[Bug 753751] Dashdemux: returned seekable range for live streams is not usable

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 22 03:42:32 PDT 2015


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

--- Comment #12 from A Ashley <bugzilla at ashley-family.net> ---
(In reply to Vincent Penquerc'h from comment #10)
> For the record, I left the python test case above run on the pseudo live
> stream mentioned above for more than 35 minutes (the mpd file states
> timeShiftBufferDepth="PT35M"), then seeked to start. I can see that the
> stream that 404s was indeed requested succesfully early in the playback.

That is the expected behaviour. Once the fragment has fallen outside of
timeshiftBufferDepth, the server is allowed to delete the fragment.

In the case of this test stream, it generates the fragments on-the-fly and will
return 404 errors for any requests before "now" or after "now -
timeshiftBufferDepth"

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