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.
我正在使用 jwplayer 7.4.2 企业版,期待使用 HLS 的 html5 提供程序,进行了所有配置更改,但在 chrome 上仍然无法在 html5 模式下工作。但在 Edge 中工作正常。我需要做任何其他改变吗?
在 Chrome 中看到以下错误。
如果您的 jwplayer 托管在与 HLS 流不同的域上(通常是这种情况),您将需要来自带有 HLS 流的服务器的适当 Access-Control-Allow-Origin HTTP 标头。
到目前为止,7.4.2 播放器默认不会在 Chrome 中呈现 HTML5 中的 HLS。
如果您使用的是自托管播放器,则可以添加hlshtml: true到您的嵌入代码。
hlshtml: true
如果您使用的是云托管播放器,帐户仪表板中的播放器配置中很快就会有一个设置,允许您启用此功能。