aboutsummaryrefslogtreecommitdiffstats
path: root/libswresample/dither_template.c
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2020-03-26 21:56:57 +0800
committerSteven Liu <lq@chinaffmpeg.org>2020-04-08 23:02:36 +0800
commite2e8ef5076bfe20d70c98bed9f142bc4b94c1e2d (patch)
tree9d9f700a99a5b08777d05dcc2891cf78d49b260a /libswresample/dither_template.c
parentc9cd0a20b209144648f8402f6b4ed0970cd54502 (diff)
downloadffmpeg-e2e8ef5076bfe20d70c98bed9f142bc4b94c1e2d.tar.gz
avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file
Please testing with the following command: ./ffmpeg -y -i input.mkv \ -b:v:0 5250k -c:v h264 -pix_fmt yuv420p -profile:v main -level 4.1 \ -b:a:0 256k \ -c:a mp2 -ar 48000 -ac 2 -map 0:v -map 0:a:0\ -f hls -var_stream_map "v:0,a:0" \ -master_pl_name master.m3u8 -t 300 -hls_time 10 -hls_init_time 4 -hls_list_size \ 10 -master_pl_publish_rate 10 -hls_flags \ delete_segments+discont_start+split_by_time ./tmp/video.m3u8 then cat ./tmp/master.m3u8 before: #EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:BANDWIDTH=6056600,RESOLUTION=1280x720,CODECS="avc1.4d4829,mp4a.40.33" /video.m3u8 $ ./ffmpeg -i ./tmp/master.m3u8 -c:v copy -c:a mp2 ./test.mkv [hls @ 0x7f82f9000000] Skip ('#EXT-X-VERSION:3') [hls @ 0x7f82f9000000] Opening '/video.m3u8' for reading [hls @ 0x7f82f9000000] parse_playlist error No such file or directory [/video.m3u8] ./tmp/master.m3u8: No such file or directory after: #EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:BANDWIDTH=6056600,RESOLUTION=1280x720,CODECS="avc1.4d4829,mp4a.40.33" video.m3u8 Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libswresample/dither_template.c')
0 files changed, 0 insertions, 0 deletions