-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev.modern.ie - video doesn't play #1855
Comments
Thanks @simevidas |
It uses PlayReady DRM for IE/Edge and Widevine DRM from Google. I'll check if it is using Adobe Primetime and if Azure Media Services supports that or not. |
Yeah it looks like AMS offers PlayReady and Google Widevine https://azure.microsoft.com/en-us/services/media-services/content-protection/ |
Thanks. According to this support table, for playback of DRM-protected videos, the standard HTML5 player is not available in Firefox and Safari, and a Silverlight plugin is needed. |
Indeed, the problem is that Microsoft's setup doesn't support Adobe Primetime DRM which is the DRM supported in Firefox (on Vista+ so far, more platforms coming). Interestingly, the support table indicates a lack of support for FairPlay, too. If Microsoft has problems deploying Primetime, I'd like to hear about it. Apart from DRM, the use of Flash for the non-DRM cases in Firefox and Safari 8 is sad. Both Firefox and Safari 8 support MSE. If the operating system is missing MPEG codecs, stuff might not work. This can happen e.g. on Windows N. The right way to sniff for this is MSE's If |
One more thing to help debugging the non-DRM case: Our |
@hsivonen can you file a bug at https://github.com/MicrosoftEdge/Demos/issues for the non-DRM case and cc @mohmoto ? |
We now have Widevine support available in Firefox Nightly on Mac and Windows (not XP). Still, the demo, now moved to https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/eme/ , fails to play the DRM demo with the same message as seen in the original report in this thread. The demo source doesn't show obvious browser sniffing and seems to use unprefixed EME. @cpearce, can you take a look? |
The "Big Buck Bunny (PlayReady/Widevine)" plays correctly in Chrome. |
Firefox Nightly is rejecting the promise from requestMediKeySystemAccess. The requested key system is: Does Firefox support these requested codecs? |
Firefox does not yet support EME in WebM content, including Widevine EME in WebM content. That should be coming in the next few months. |
Tested in Firefox Nightly 50.0a1 (2016-07-12) |
That said it doesn't seem to be something on Microsoft side but more on Firefox side to solve. |
Widevine with WebM support, which seems to be what is required to play this demo, should be coming in Firefox 50 or 51. |
URL: https://dev.modern.ie/testdrive/demos/eme/
Browser / Version: Firefox 44.0a1
Operating System: Windows 10 (Insider preview)
Problem type: Video doesn't play
Steps to Reproduce
Expected Behavior:
The DRM-protected video should play. Note that Firefox ships with Adobe’s Primetime CDM, so playing protected videos should be possible.
Actual Behavior:
Firefox shows a bar with this message: “The audio or video on this page requires DRM software that Nightly does not support.” The site also displays an error message.
The text was updated successfully, but these errors were encountered: