We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For Packaging webm to mpd, i am getting (MUXER_FAILURE): Error adding sample to segment: Cluster::AddFrame failed. I am not sure why this is failing.
Error Details :
[0621/124927:INFO:demuxer.cc(89)] Demuxer::Run() on file 'AudiovnIPM1OrBmCm6t96_lcevc_2.webm'. [0621/124927:INFO:demuxer.cc(155)] Initialize Demuxer for file 'AudiovnIPM1OrBmCm6t96_lcevc_2.webm'. [0621/124927:INFO:demuxer.cc(89)] Demuxer::Run() on file 'vnIPM1OrBmCm6t96_lcevc_2.webm'. [0621/124927:INFO:demuxer.cc(155)] Initialize Demuxer for file 'vnIPM1OrBmCm6t96_lcevc_2.webm'. [0621/124927:ERROR:packager_main.cc(554)] Packaging Error: 11 (MUXER_FAILURE): Error adding sample to segment: Cluster::AddFrame failed Packaging Command /Release/webmpackager --segment_duration 10 --fragment_duration 10 input=AudiovnIPM1OrBmCm6t96_lcevc_2.webm,stream=audio,output=lcevc_audio_vnIPM1OrBmCm6t96_2.webm,playlist_name=lcevc_audio_2.m3u8,hls_group_id=audio_2,hls_name=ENGLISH --output_media_info input=vnIPM1OrBmCm6t96_lcevc_2.webm,,stream=video,output=lcevc_vnIPM1OrBmCm6t96_2.webm,playlist_name=lcevc_2.m3u8 --output_media_info --hls_master_playlist_output lcevc_vnIPM1OrBmCm6t96.m3u8 --mpd_output lcevc_vnIPM1OrBmCm6t96.mpd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For Packaging webm to mpd, i am getting (MUXER_FAILURE): Error adding sample to segment: Cluster::AddFrame failed. I am not sure why this is failing.
Error Details :
[0621/124927:INFO:demuxer.cc(89)] Demuxer::Run() on file 'AudiovnIPM1OrBmCm6t96_lcevc_2.webm'.
[0621/124927:INFO:demuxer.cc(155)] Initialize Demuxer for file 'AudiovnIPM1OrBmCm6t96_lcevc_2.webm'.
[0621/124927:INFO:demuxer.cc(89)] Demuxer::Run() on file 'vnIPM1OrBmCm6t96_lcevc_2.webm'.
[0621/124927:INFO:demuxer.cc(155)] Initialize Demuxer for file 'vnIPM1OrBmCm6t96_lcevc_2.webm'.
[0621/124927:ERROR:packager_main.cc(554)] Packaging Error: 11 (MUXER_FAILURE): Error adding sample to segment: Cluster::AddFrame failed
Packaging Command
/Release/webmpackager --segment_duration 10 --fragment_duration 10 input=AudiovnIPM1OrBmCm6t96_lcevc_2.webm,stream=audio,output=lcevc_audio_vnIPM1OrBmCm6t96_2.webm,playlist_name=lcevc_audio_2.m3u8,hls_group_id=audio_2,hls_name=ENGLISH --output_media_info input=vnIPM1OrBmCm6t96_lcevc_2.webm,,stream=video,output=lcevc_vnIPM1OrBmCm6t96_2.webm,playlist_name=lcevc_2.m3u8 --output_media_info --hls_master_playlist_output lcevc_vnIPM1OrBmCm6t96.m3u8 --mpd_output lcevc_vnIPM1OrBmCm6t96.mpd
The text was updated successfully, but these errors were encountered: