0

cast player API提供了3 种流式协议(Hls、Dash、SmoothStreaming),如果我们的媒体不使用其中任何一种并使用渐进式下载,我们如何将我们的主机具有更新的 CORS 标头合并到我们的媒体播放器中使用三种流式传输协议之一,

protocol = cast.player.api.CreateSmoothStreamingProtocol(host);
window.player = new cast.player.api.Player(host);
            window.player.load(protocol);

谢谢!

4

0 回答 0