[Bug 753751] Dashdemux: returned seekable range for live streams is not usable
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 27 15:55:17 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=753751
--- Comment #87 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Vincent Penquerc'h from comment #85)
> A program using gst decides to seek to the beginning of the current valid
> range, and the range it thinks is current is 74 to 259. It will ask to seek
> to 74. The patch requests the current range, and sees it's now 75 to 260, so
> adjusts the requested target to 75, and seeks there instead.
Ah I completely misunderstood the intention of the patch then! So it only
updates the seek position if they are outside the currently valid range.
And at no time you can actually seek before the position where dashdemux
started (i.e. stream time 0). Seems good then
--
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