Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c2patool fmp4-signing broken in version 0.10.2 but ok with 0.9.12 => Error: type is unsupported #810

Open
nitrat7 opened this issue Jan 1, 2025 · 0 comments
Assignees

Comments

@nitrat7
Copy link

nitrat7 commented Jan 1, 2025

Description:
Failed fmp4-Signing with c2patool 0.10.2 but working with 0.9.12

How to reproduce:

  1. download source-Files

  2. 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

  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants