Re: [FFmpeg-devel] [PATCH] Respect `append_list` flag in subtitle playlists

2024-09-27 Thread Steven Liu
> On Sep 27, 2024, at 14:32, Jonathan Baecker wrote: Hi Jonathan, thanks for your valuable patch. > > Ensure that when the `-hls_flags append_list` option is set, that *.vtt files > in stream_vtt.m3u8 are correctly updated. This fixes > https://trac.ffmpeg.org/ticket/11208 > > This is a bi

[FFmpeg-devel] [PATCH] Respect `append_list` flag in subtitle playlists

2024-09-26 Thread Jonathan Baecker
Ensure that when the `-hls_flags append_list` option is set, that *.vtt files in stream_vtt.m3u8 are correctly updated. This fixes https://trac.ffmpeg.org/ticket/11208 This is a bit of an ugly fix, let me know what you think. --- libavformat/hlsenc.c | 37 +