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

2021-03-13 Thread Ed Martin
On 3/10/21 10:16 PM, Steven Liu wrote: 2021年3月11日 上午5:43,li...@edman007.com 写道: From: Ed Martin open_url_keepalive() unsets the options when it uses them, this includes the offsets for the Range: header. When using the HLS tag #EXT-X-BYTERANGE along with multiple files, the range options

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

2021-03-10 Thread Steven Liu
> 2021年3月11日 上午5:43,li...@edman007.com 写道: > > From: Ed Martin > > open_url_keepalive() unsets the options when it uses them, this > includes the offsets for the Range: header. When using the HLS > tag #EXT-X-BYTERANGE along with multiple files, the range options > must be preserved after

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

2021-03-10 Thread lists
From: Ed Martin open_url_keepalive() unsets the options when it uses them, this includes the offsets for the Range: header. When using the HLS tag #EXT-X-BYTERANGE along with multiple files, the range options must be preserved after open_url_keepalive() returns EOF so that the new file can be