[Bug 783028] gstmpdparser : Crash when playing some of the Dash LIVE URL's with Gstreamer v1.12

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 30 05:54:57 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783028

--- Comment #9 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
This still has issues after those fixes. Right now it tries to start at 'now'
time but that is in the future in terms of the stream so that leads to this
check failing:

https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst-libs/gst/adaptivedemux/gstadaptivedemux.c?id=304a628de777ed0a180e8a23dc0e689ca9b0e24c#n3725

And it just aborts. Trying to figure out what exactly does this check mean to
do.

A side question is whether we should really care to seek to 'now' time or if it
is simpler just to go to the last fragment and start with it. A downside here
is that if the fragment is very long it might make us be too far in the past
for a live stream. Maybe it is not a good idea.

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