[FFmpeg-devel] [PATCH] libavformat/hlsenc.c resend headers when generate a new segment in single_file mode

2022-06-25 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 | 5 + 1 file changed, 5

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

2022-06-25 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 | 5 + 1 file changed

[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

[FFmpeg-devel] [PATCH] avcodec/libspeexdec: initialize channels

2022-07-15 Thread huheng
ned-off-by: huheng --- libavcodec/libspeexdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libspeexdec.c b/libavcodec/libspeexdec.c index 8c9e05e51d..bb8e1a7db9 100644 --- a/libavcodec/libspeexdec.c +++ b/libavcodec/libspeexdec.c @@ -43,7 +43,7 @@ static a