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

Widevine support for Verified Media Path (VMP) #1924

Closed
davidjamesherzog opened this issue May 10, 2017 · 3 comments
Closed

Widevine support for Verified Media Path (VMP) #1924

davidjamesherzog opened this issue May 10, 2017 · 3 comments

Comments

@davidjamesherzog
Copy link

Has there been any discussion to support Verified Media Path (VMP) going forward for Widevine in Chrome 59+?

https://www.widevine.com/product_news.html - (UPDATE - CHROME 59 AND SERVICE CERTIFICATES)

@bbert
Copy link
Contributor

bbert commented May 17, 2017

As explained in the Widevine product new, Widevine CDM will require for service certificate to enable VMP.
The consequence is that the CDM will send a service certificate request before each license request.
If you want to prevent from this service certificate request, the solution consists in providing the service certificate proactively to the player, before playing the stream.
We will submit a PR to enable providing the service certificate when setting protection data to the player:

mediaPlayer.setProtectionData({
    "com.widevine.alpha": {
        "serverURL": "<licenser_server_url>",
        "serverCertificate": "<server_certificate_in_ base64>",
        ...
    }
});

@bbert
Copy link
Contributor

bbert commented Jun 1, 2017

See PR #1983

@epiclabsDASH
Copy link
Contributor

Covered in #1983. @davidjamesherzog, please, feel free to reopen this in case you think there is something pending regarding this.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants