Closed jbuduoo closed 2 years ago
I would like to know that shaka packager, mpeg2-ts support output format is EAC3, but that is, do I want to use iso-bmff format for input?
Yes, the only supported input format for now is ISO-BMFF.
How to generate data in iso-bmff format?
You can use FFmpeg to transmux your input to iso-bmff format.
Does mpeg2-ts currently support input?
Yes, but not with EAC3 yet. If you are interested in helping the project, you are welcome to work on it and submit a PR to us.
System info
Operating System:Rocky-8.4-x86_64 Shaka Packager Version: v2.6.1
Issue and steps to reproduce the problem
Situation 1. I use ffprobe to view the content of udp, and I see three streams. When I use packager -dump_stream_info, I only see one stream.
/opt/asorigin/web/bin/ffprobe 'udp://224.1.1.1:5002'
/opt/asorigin/web/bin/packager 'in=udp://224.1.1.1:5002?reuse=1' --dump_stream_info
Condition 2. Transfer files directly, it will appear「 Ignore unsupported MPEG2TS stream type 0x87」 /opt/asorigin/web/bin/packager \ 'in=/opt/mv/eac3.ts,stream=0,output=/opt/asorigin/content/vod/nfs/s05/video/video_init.mp4'
Condition 3. But I see that the file shows that it can be output.
question: