Safari 10.1 update #752
Labels
status: archived
Archived and locked; will not be updated
status: duplicate
A duplicate of another issue; should be closed after linking to the original issue
I don't think this is a real problem for anyone yet, but Safari 10.1 was released recently:
https://webkit.org/blog/7477/new-web-features-in-safari-10-1/
https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_10_1.html
My cursory search of the release notes doesn't turn up anything about changes to the EME implementation, but it looks like it has changed. Whereas Safari 10.0.x reported the following DRM support from Shaka support page:
"drm": { "com.apple.fps.1_0": { "persistentState": true }, "com.apple.fps": { "persistentState": true }, "org.w3.clearkey": null, "com.widevine.alpha": null, "com.microsoft.playready": null, "com.apple.fps.2_0": null, "com.adobe.primetime": null },
10.1 now reports:
"drm": { "org.w3.clearkey": null, "com.widevine.alpha": null, "com.microsoft.playready": null, "com.apple.fps.2_0": null, "com.apple.fps.1_0": null, "com.apple.fps": null, "com.adobe.primetime": null },
This is because Safari now implements
navigator.requestMediaKeySystemAccess
, but the promise rejects even for Fairplay keySystems. Creatingnew WebKitMediaKeys
still works.The text was updated successfully, but these errors were encountered: