Bug 1899182 - flip the pref 'media.eme.encrypted-media-encryption-scheme.enabled' to true. r=media-playback-reviewers,padenot

Differential Revision: https://phabricator.services.mozilla.com/D211785
This commit is contained in:
alwu 2024-05-30 17:16:11 +00:00
parent 39897867ef
commit eb716bdfb4
3 changed files with 2 additions and 6 deletions

View file

@ -9952,14 +9952,14 @@
mirror: always
# Whether we expose the functionality proposed in
# https://github.com/WICG/encrypted-media-encryption-scheme/blob/master/explainer.md
# https://w3c.github.io/encrypted-media/#ref-for-dom-mediakeysystemmediacapability-encryptionscheme-2
# I.e. if true, apps calling navigator.requestMediaKeySystemAccess() can pass
# an optional encryption scheme as part of MediaKeySystemMediaCapability
# objects. If a scheme is present when we check for support, we must ensure we
# support that scheme in order to provide key system access.
- name: media.eme.encrypted-media-encryption-scheme.enabled
type: bool
value: false
value: true
mirror: always
# Do we need explicit approval from the application to allow access to EME?

View file

@ -1,3 +0,0 @@
[clearkey-check-encryption-scheme.https.html]
prefs: [media.eme.encrypted-media-encryption-scheme.enabled:true]

View file

@ -1,5 +1,4 @@
[drm-check-encryption-scheme.https.html]
prefs: [media.eme.encrypted-media-encryption-scheme.enabled:true]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not fission: OK