Re: [FFmpeg-devel] [PATCH v1] avformat/hlsenc: Add resend_headers option

2022-06-28 Thread Steven Liu
huheng 于2022年6月27日周一 21:30写道: > > Add pat and pmt table at start of each segment in single_file mode enhanced > compatibility of hls stream. Because some hls clients separate parsing segment > of hls stream, the absence of pat/pmt will cause parsing to fail. > > Signed-off-by: huheng > --- > lib

[FFmpeg-devel] [PATCH v1] avformat/hlsenc: Add resend_headers option

2022-06-27 Thread huheng
Add pat and pmt table at start of each segment in single_file mode enhanced compatibility of hls stream. Because some hls clients separate parsing segment of hls stream, the absence of pat/pmt will cause parsing to fail. Signed-off-by: huheng --- libavformat/hlsenc.c | 3 +++ 1 file changed, 3 i