forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dash): Parse ClearKey license URL in MPD (shaka-project#4066)
Example content protection tags parsed: ```xml <ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="<default key id>" /> <ContentProtection value="ClearKey1.0" schemeIdUri="urn:uuid:e2719d58-a985-b3c9-781a-b030af78d30e"> <clearkey:Laurl Lic_type="EME-1.0">License Url</clearkey:Laurl> ``` The player parses the default key id and license url, and sends a POST request to license url as per https://w3c.github.io/encrypted-media/#clear-key-request-format to retrieve the decryption key/s.
- Loading branch information
Showing
5 changed files
with
79 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ Rostislav Hejduk <[email protected]> | |
SameGoal Inc. <*@samegoal.com> | ||
Sanborn Hilland <[email protected]> | ||
Sander Saares <[email protected]> | ||
Sanil Raut <[email protected]> | ||
Swank Motion Pictures Inc. <*@swankmp.com> | ||
TalkTalk Plc <*@talktalkplc.com> | ||
Tatsiana Gelahova <[email protected]> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,7 @@ Sam Dutton <[email protected]> | |
Sanborn Hilland <[email protected]> | ||
Sander Saares <[email protected]> | ||
Sandra Lokshina <[email protected]> | ||
Sanil Raut <[email protected]> | ||
Satheesh Velmurugan <[email protected]> | ||
Semih Gokceoglu <[email protected]> | ||
Seth Madison <[email protected]> | ||
|
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