Closed
Bug 1683737
Opened 4 years ago
Closed 3 years ago
Add cbcs-1-9 support to the encryption scheme check for MediaKeySystemMediaCapability
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: bryce, Assigned: bryce)
References
Details
Attachments
(1 file)
https://w3c.github.io/encrypted-media/#dom-mediakeysystemmediacapability has added a cbcs-1-9
scheme at some point. This is just cbcs with an explicit pattern so if we support cbcs we can assume support for this too (our CBCS impl should support arbitrary patterns).
Assignee | ||
Comment 1•3 years ago
|
||
The cbcs-1-9 encryption scheme is a specialized form of the cbcs scheme. Since
we already support the general cbcs scheme, we can also report support for
cbcs-1-9 for Widevine and Clearkey.
Since the functionality this impacts is still behind a pref, this should not
have any impact on most users. I plan to add tests for this and some other
functionality as needed as part of Bug 1610671 where we'll expose this by
removing/toggling the pref.
Pushed by bvandyk@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2f204e581d4a
Report support for cbcs-1-9 encryption scheme. r=alwu
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•