Real Chrome ships with Widevine. Run js in console:
({supported: true, configuration: await navigator.requestMediaKeySystemAccess('com.widevine.alpha', [{
initDataTypes: ['cenc'],
videoCapabilities: [{
contentType: 'video/mp4; codecs="avc1.42E01E"',
robustness: 'SW_SECURE_DECODE'
}]
}]).then(a => a.getConfiguration()).catch(() => null)})
Output in CloakBrowser in docker/xvfb
{
"supported": false,
"error": "Unsupported keySystem or supportedConfigurations."
}
Real Chrome ships with Widevine. Run js in console:
Output in CloakBrowser in docker/xvfb