[Bug 748316] hlsdemux The end offset (range_end) of a segment is not calculated properly in the m3u8 parser
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 22 10:33:54 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748316
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at coaxion.net
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
I think your HLS stream or the server is broken. Consider the following case:
segment 1: offset 0, size 100
segment 2: offset 100, size 100
We would get ranges like [0, 99] and [100, 199] here then. Which for an HTTP
server means that it would have to give us 100 bytes each (the range is
inclusive).
Or maybe I'm missing something here, not sure :)
--
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