Can Shaka Player DRM be configured without license server for ClearKey?
See original GitHub issueI am trying to configure shaka player with ClearKeys Like
player.configure({
drm: {
clearKeys: {
'deadbeefdeadbeefdeadbeefdeadbeef': '18675309186753091867530918675309'
}
}
});
As specified in the documentation. However, I don’t have a valid license server for this.
If I configure without “servers” object in DRM
drm: {
servers: {
'org.w3.clearkey': 'http://foo.bar/drm/clearkey'
}
}
The shaka player gives error code 6012
Error code 6012 object I {severity: 2, category: 6, code: 6012, data: Array(1), handled: false}
So is it possible to configure shaka player to play DASH with clearkeys without a licesne server?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Can Shaka Player DRM be configured without license server ...
Clearkeys can be used in two ways: You can explicitly specify the keys in your player configuration; you can provide a server URL...
Read more >Can Shaka Player DRM be configured without license server ...
I am trying to configure shaka player with ClearKeys Like player.configure({ drm: { clearKeys: { 'deadbeefdeadbeefdeadbeefdeadbeef': ...
Read more >JSDoc: Tutorial: DRM Configuration - Shaka Player Demo
License Servers. Without DRM configuration, Shaka only plays clear content. To play protected content, the application only needs to tell Shaka one basic ......
Read more >Unable to play MP4Box encrypted video using widevine crypt ...
I am not able to play MP4Box encrypted content in Shaka player. ... Assigning a default No license server configured for org.w3.clearkey It...
Read more >Vishwajeet Vatharkar on Twitter: "Can Shaka Player be ...
Can Shaka Player be configured to use ClearKey DRM without a license server (just keys)? ... Can Shaka Player DRM be configured without...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for your help!
That’s great! Thank you so much for the contribution.