You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Failed fmp4-Signing with c2patool 0.10.2 but working with 0.9.12
How to reproduce:
download source-Files
run with version 0.10.2 c2patool -m "/c2patool/sample/test.json" -o "/tmp/sig-f/" "/tmp/out/**/init_*[0-9].mp4" fragment --fragments_glob "fileSequence*[0-9].m4s" claim generator [ClaimGeneratorInfo { name: "c2patool", version: Some("0.10.2"), icon: None, other: {} }] Adding manifest to: "/tmp/out/0/init_0.mp4" Error: type is unsupported
working fine with 0.9.12 c2patool -m "/c2patool/sample/test.json" -o "/tmp/sig/" "/tmp/out/**/init_*[0-9].mp4" fragment --fragments_glob "fileSequence*[0-9].m4s" Adding manifest to: "/tmp/out/0/init_0.mp4" Adding manifest to: "/tmp/out/1/init_1.mp4" Adding manifest to: "/tmp/out/2/init_2.mp4"
Description:
Failed fmp4-Signing with c2patool 0.10.2 but working with 0.9.12
How to reproduce:
download source-Files
run with version 0.10.2
c2patool -m "/c2patool/sample/test.json" -o "/tmp/sig-f/" "/tmp/out/**/init_*[0-9].mp4" fragment --fragments_glob "fileSequence*[0-9].m4s" claim generator [ClaimGeneratorInfo { name: "c2patool", version: Some("0.10.2"), icon: None, other: {} }] Adding manifest to: "/tmp/out/0/init_0.mp4" Error: type is unsupported
working fine with 0.9.12
c2patool -m "/c2patool/sample/test.json" -o "/tmp/sig/" "/tmp/out/**/init_*[0-9].mp4" fragment --fragments_glob "fileSequence*[0-9].m4s" Adding manifest to: "/tmp/out/0/init_0.mp4" Adding manifest to: "/tmp/out/1/init_1.mp4" Adding manifest to: "/tmp/out/2/init_2.mp4"
Further Infos:
FFmpeg Version 7.1
Sources:
Fmp4-Files and HLS-VOD-Stream created with:
ffmpeg -y -i test.mp4 -map 0:0 -map 0:0 -map 0:1 -s:v:0 1920x1080 -c:v:0 libx264 -profile:v:0 high -bf:v:0 4 -b:v:0 7000k -minrate:v:0 3000k -maxrate:v:0 10000k -bufsize:v:0 10000k -r:v:0 25 -g:v:0 50 -sc_threshold:v:0 0 -x264opts:v:0 keyint=50:min-keyint=50 -s:v:1 640x360 -c:v:1 libx264 -profile:v:1 high -bf:v:1 4 -b:v:1 1000k -minrate:v:1 700k -maxrate:v:1 1200k -bufsize:v:1 1000k -r:v:1 25 -g:v:1 50 -sc_threshold:v:1 0 -x264opts:v:1 keyint=50:min-keyint=50 -c:a:0 aac -b:a:0 128k -var_stream_map "v:0,agroup:aud v:1,agroup:aud a:0,agroup:aud" -master_pl_name master.m3u8 -f hls -hls_time 4 -hls_list_size 0 -hls_segment_type fmp4 -hls_playlist_type vod -hls_segment_filename /tmp/out/%v/fileSequence%d.m4s /tmp/out/%v/prog_index.m3u8
The text was updated successfully, but these errors were encountered: