Skip to content

Widevine CDM not present on docker/xvfb #96

@juliaisnotavailable

Description

@juliaisnotavailable

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."
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions