Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to play mpeg-dash + Clearkey? #54

Open
unknn opened this issue Jan 24, 2020 · 1 comment
Open

How to play mpeg-dash + Clearkey? #54

unknn opened this issue Jan 24, 2020 · 1 comment
Labels
backlog Added to the backlog

Comments

@unknn
Copy link

unknn commented Jan 24, 2020

Is it possible to use this player to play mpeg-dash + clearkey?

One of the code examples at https://matvp91.github.io/indigo-player/#/Configuration?id=mpeg-dash-drm-widevine-amp-playready use a playready and widevine licence:

{
sources: [
// Play a Dash manifest
{
type: 'dash',
src: 'https://amssamples.streaming.mediaservices.windows.net/622b189f-ec39-43f2-93a2-201ac4e31ce1/BigBuckBunny.ism/manifest(format=mpd-time-csf)',
drm: {
widevine: {
licenseUrl: 'https://amssamples.keydelivery.mediaservices.windows.net/Widevine/?KID=1ab45440-532c-4399-94dc-5c5ad9584bac',
},
playready: {
licenseUrl: 'https://amssamples.keydelivery.mediaservices.windows.net/PlayReady/',
},
},
},
],
}

I thought that i needed to buy a drm licence to use playready or widevine, the license listed above is for free or just for testing?

@matvp91
Copy link
Owner

matvp91 commented Feb 1, 2020

The configuration above is merely a wrapper around shaka. At the moment, it does not wrap clearkey configuration, but I'd be happy to accept a PR for this.

The sample licenses above are publicly available test assets.

@matvp91 matvp91 added the backlog Added to the backlog label Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Added to the backlog
Projects
None yet
Development

No branches or pull requests

2 participants