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.
我需要将基于 RTMP 的视频直播到网页,最终结果应该是动态和自适应的 (DASH)。
下面的 FFMPEG 命令适用于单流,但它不是自适应/没有低高选择选项。
ffmpeg -i rtmp://source.mysite.com/live/9 temp/manifest.mpd
我需要单个 DASH 清单中的 1080p RTMP 输入和 240p、360p、480、720p 和 1080p 输出。
有人可以指导我如何在这里获得稳定/驯服的多比特率自适应结果吗?