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
Shaka Packager by itself does not directly support MPEG-2 codec conversion to DASH. This is a limitation of the tool.
The key points about Shaka Packager and MPEG-2:
Shaka Packager by itself does not directly support MPEG-2 codec conversion to DASH. This is a limitation of the tool.
The key points about Shaka Packager and MPEG-2:
Shaka Packager natively supports:
H.264/AVC
H.265/HEVC
VP8/VP9
AV1
How to make/change existing code to convert MPEG2/MPEG4 codec into DASH?
packager 'in=udp://224.2.2.2:5480,stream=audio,init_segment=audio_init.mp4,segment_template=audio_$Number$.m4s' 'in=udp://224.2.2.2:5480,stream=video,init_segment=h264_1080p_init.mp4,segment_template=h264_1080p_$Number$.m4s' --mpd_output h264.mpd
I0206 10:07:14.782729 1527703 demuxer.cc:94] Demuxer::Run() on file 'udp://224.2.2.2:5480'.
I0206 10:07:14.782841 1527703 demuxer.cc:160] Initialize Demuxer for file 'udp://224.2.2.2:5480'.
E0206 10:07:15.027495 1527703 mp2t_media_parser.cc:342] Ignore unsupported MPEG2TS stream type 0x0x2
E0206 10:07:15.228538 1527703 demuxer.cc:112] Invalid argument, stream=video not available.
E0206 10:07:15.228581 1527702 packager_main.cc:629] Packaging Error: 3 (INVALID_ARGUMENT): Stream not available
The text was updated successfully, but these errors were encountered: