[FFmpeg-devel] [PATCH 0/1] libavformat/hls: Reset options after open_url_keepalive() fails

lists at edman007.com lists at edman007.com
Wed Mar 10 23:43:08 EET 2021


From: Ed Martin <edman007 at edman007.com>

Hey, I'm testing some HLS stuff, found a bug when using byteranges with
multiple files, it seems that the byteranges are ignored and this causes all
sorts of problems reading the wrong bytes from the files

For reference, this is the URL I've been testing with:
https://dev.edman007.com/~edman007/pub/hls-bug/vids/nosound2.m3u8

This is my first time contributing to FFMpeg, hopefully I'm doing it right :)

Ed Martin (1):
  libavformat/hls: Reset options after open_url_keepalive() fails

 libavformat/hls.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.30.1



More information about the ffmpeg-devel mailing list