Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在接收 mpeg-2 传输流 UDP 输入。我想使用 HTTP 服务器提供此内容。
我知道 mp4box 可用于抓取 udp 并将其转储到文件中。
mp4box -grab-ts udp://ip:port dump.ts
mp4box 可以使用-dash参数生成 mpeg-dash 内容
-dash
是否可以将-grab-ts参数与-dash-live实时破折号内容相结合并生成?
-grab-ts
-dash-live