[FFmpeg-devel] [PATCH] avformat/hls: Re-use crypto URLContext

2023-09-29 Thread Luis Scheurenbrand via ffmpeg-devel
Reset crypto state and keep nested http context alive. Previously, an unencrypted file, followed by an encrypted file would result in a corrupted stream, as the stream would not be closed and an encrypted file would be forwarded to the demuxer. fixes: https://trac.ffmpeg.org/ticket/10599 fixes: ht

[FFmpeg-devel] [PATCH] avformat/hls: Re-use crypto URLContext

2023-09-29 Thread Luis Scheurenbrand via ffmpeg-devel
Reset crypto state and keep nested http context alive. Previously, an unencrypted file, followed by an encrypted file would result in a corrupted stream, as the stream would not be closed and an encrypted file would be forwarded to the demuxer. fixes: https://trac.ffmpeg.org/ticket/10599 fixes: h