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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 27 05:23:03 PDT 2011


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

--- Comment #10 from Marc Leeman <marc.leeman at gmail.com> 2011-04-27 12:22:58 UTC ---
the application is test-readme in the examples subdir in gst-rtsp-server

The issue seems to be the live555 lib; that one parses the sdp and returns a
wrong value

from #videolan:
the VLC module retrieves a "starttime" from live555 by doing
"p_sys->i_npt_start = p_sys->ms->playStartTime();"
and then this is passed to the PLAY request. Apparently, if there is no range
header, p_sys->ms->playStartTime() still returns 0
it seems to me that it would make more sense if playStartTime() return -1, but
i don't know the live555 code behind it

-- 
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