[Bug 797075] hls segfaults
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Sep 8 13:58:57 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797075
--- Comment #4 from Nicola <lists at svrinformatica.it> ---
it probably happens because sometime the m3u8 is a binary file,
for example
curl "<url to m3u8>"
returns
Warning: Binary output can mess up your terminal. Use "--output -" to tell
Warning: curl to output it to your terminal anyway, or consider "--output
Warning: <FILE>" to save to a file.
this is obvious a server error, but if you try to download the m3u8 again after
few milliseconds it works as expected.
Another strage behaviour of this broken server:
it returns something like this as m3u8
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=420000
live2_lq/index.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=670000
live2_mq/index.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1100000
live2_hq/index.m3u8
sometime the links to live2_lq/index.m3u8 and live2_mq/index.m3u8 return 404
http error while the hq link 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