Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbert committed Apr 14, 2017
1 parent 3ba2101 commit 0641208
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ In the case of protected content, here is an example illustrating setting of the
var stream = {
url: "<manifest_url>",
protData: {
com.microsoft.playready: {
"<key_system>": {
laURL: "<licenser_url>",
cdmData: "<specific_CDM_data>"
cdmData: "<CDM_data>",
serverCertificate: "<license_server_certificate (as Base64 string)>"
}
}
};
Expand Down

0 comments on commit 0641208

Please sign in to comment.