我有三个问题
1) dash.js 是否支持在单个段中复用音频和视频内容?
2) 如果不是如何将使用 MP4Box 创建的 audio.mpd 和 video.mpd 合并到一个 out.mpd 中,那是 dash.js 播放器支持的?
3) 如果 AdaptationSet 是从 audio.mpd 中手动复制并放置在 video.mpd 中并且使用 dash.js 播放 video.mpd 时,它可以工作。如何实现自动化?
MP4Box -dash 4000 -frag 4000 -rap -bs-switching no -profile dashavc264:live -segment-name ./video/segment_ -out video.mpd video.mp4#video
MP4Box -dash 4000 -frag 4000 -rap -bs-switching no -profile dashavc264:live -segment-name ./audio/segment_ -out audio.mpd video.mp4#audio