[Bug 760930] adaptivedemux: stream can pause for a long time when server errors encountered

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 4 15:40:18 UTC 2016


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

--- Comment #2 from David Waring <david.waring at rd.bbc.co.uk> ---
Created attachment 320445
  --> https://bugzilla.gnome.org/attachment.cgi?id=320445&action=edit
Patch to change the way fragments are retried in live streams

Here's my proposed patch.

In the patch I needed to know the difference between a stream seek that moved
onto a new fragment and one that didn't. Since none of the code checked the
return code from the stream_seek I added an extra return code of
GST_FLOW_CUSTOM_SUCCESS to indicate that the seek succeeded, but it didn't
actually change the stream position, GST_FLOW_OK means the seek worked and
changed the stream position. Hope this is ok.

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