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

Commit 0641208

Browse files
committed
update README
1 parent 3ba2101 commit 0641208

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@ In the case of protected content, here is an example illustrating setting of the
125125
var stream = {
126126
url: "<manifest_url>",
127127
protData: {
128-
com.microsoft.playready: {
128+
"<key_system>": {
129129
laURL: "<licenser_url>",
130-
cdmData: "<specific_CDM_data>"
130+
cdmData: "<CDM_data>",
131+
serverCertificate: "<license_server_certificate (as Base64 string)>"
131132
}
132133
}
133134
};

0 commit comments

Comments
 (0)