question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can Shaka Player DRM be configured without license server for ClearKey?

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
joeyparrishcommented, Mar 4, 2020

Thanks for your help!

0reactions
joeyparrishcommented, Mar 3, 2020

That’s great! Thank you so much for the contribution.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found