mbox series

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

Message ID 010001781e17ef53-d02161c0-afce-45f6-a752-9275bb36bd48-000000@email.amazonses.com
Headers show
Series libavformat/hls: Reset options after open_url_keepalive() fails | expand

Message

Ed Martin March 10, 2021, 9:43 p.m. UTC
From: Ed Martin <edman007@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(+)