-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add limited support for HLS "identity" key format (#4451)
This feature is not entirely automatic. The ClearKey CDM requires a key-id to key mapping. HLS doesn't provide a key ID anywhere. So although we could use the 'URI' attribute to fetch the actual 16-byte key, without a key ID, we can't provide this automatically to the ClearKey CDM. Instead, the application will have to use `player.configure('drm.clearKeys', { ... })` to provide the key IDs and keys or `player.configure('drm.servers.org\.w3\.clearkey', ...)` to provide a ClearKey license server URI. Closes #2146
- Loading branch information
1 parent
4a197e1
commit b1e81a6
Showing
5 changed files
with
135 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters