Dash.js 播放器是否支持 HLS(HTTP Live Streaming)和 MSS(Microsoft Smooth Streaming)?

Is Dash.js player Support HLS (HTTP Live Streaming) and MSS (Microsoft Smooth Streaming)?

我是 Dash.js 平台的新手。我已经使用 .mpd URL 在 HTML5 和 Dash.js 中为自适应流编写示例 HTML file

var url = "https://dash.akamaized.net/envivio/EnvivioDash3/manifest.mpd"

这在浏览器中运行良好。现在我想知道我可以在 HTML5 中使用 Dash.js 框架播放器流式传输 HTTP Live Streaming (HLS)Microsoft Smooth Streaming (MSS) 吗?你能推荐一些有用的参考吗?

如果包含可选的 MSS 包,

dash.js 可以播放 MSS。有关示例,请参阅 https://github.com/Dash-Industry-Forum/dash.js/blob/development/samples/smooth-streaming/mss.html

无法播放 HLS - 您需要其他播放器。