Server certificate
Created by: bbert
This PR enables setting the server certificate which will be required from chrome 59, in order to avoid the server certificate request before each license request.
The server certificate has to be provided in base64 format in protectionData:
player.setProtectionData({
"com.widevine.alpha": {
"serverURL": "<licenser_url>",
"serverCertificate": "<server_certificate_in_base64>",
...
});
Since the server certificate is specific to every license server, I am not able to provide any certificate for the test streams of sample webapp.