简体   繁体   English

Firefox在没有激活DRM的情况下在Azure Media Player上显示DRM警告

[英]Firefox displays DRM warning on Azure Media Player without DRM active

I'm working on an adaptive streaming solution for video out of Azure Media Services. 我正在为Azure Media Services中的视频开发自适应流解决方案。 On the client side, I'm using Azure Media Player. 在客户端,我正在使用Azure Media Player。

Everything seems to be working fine on all the major browsers. 在所有主要的浏览器上,一切似乎都正常运行。 However, Firefox pops up a yellow warning when loading the JS file that drives Microsoft's player. 但是,在加载驱动Microsoft播放器的JS文件时,Firefox会弹出黄色警告。 This warning appears even without a <video> tag on the page. 即使页面上没有<video>标签,也会出现此警告。

Here's a screenshot. 这是屏幕截图。

在此处输入图片说明

Can this be disable? 可以禁用它吗? I know I can in my Firefox, but I need my users to not see this warning. 我知道我可以在Firefox中使用,但是我需要我的用户不要看到此警告。 As you can see, the video IS playing anyway. 如您所见,视频仍在播放。

When AMP sets up it needs to query the platform capabilities to make a correct decision which tech to use. AMP设置完成后,需要查询平台功能,以正确决定使用哪种技术。 AMP is simply querying an API if it exists or not. AMP只是在查询API是否存在。 Firefox, has decided that if you query any DRM support, even if you aren't using it, you are forced to see this message. Firefox已决定,如果您查询任何DRM支持,即使您没有使用它,也必须查看此消息。 The message itself is a misnomer from Firefox. 该消息本身是Firefox的误称。

This is a known issue and Microsoft is working on it. 这是一个已知问题,Microsoft正在研究中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM