[Bug 648463] pipeline stalls when using gst_rtsp_media_factory_set_shared (factory, TRUE) && vlc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 26 01:43:34 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=648463
  GStreamer | gst-rtsp-server | git

--- Comment #7 from Marc Leeman <marc.leeman at gmail.com> 2011-04-26 08:43:29 UTC ---
Created an attachment (id=186641)
 View: https://bugzilla.gnome.org/attachment.cgi?id=186641
 Review: https://bugzilla.gnome.org/review?bug=648463&attachment=186641

fixup: ignore seek when live

live555 sends a PLAY command with absolution time values. This causes the
pipeline to stall when seeking on a live source and using a shared media rtsp.

This patch does a quick check to see if the media is live; if so; ignore the
seek.

An alternative otption is to send an error back when getting a PLAY with
absolute time coordinates and let the player figure out what to do next. This
is probably cleaner; but might break more.

See RFC 2326

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list