You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the initialize() function of src/streaming/protection/controllers/ProtectionKeyController.js, the keySystems variable is structured to create a list of four predefined key systems and no other key systems are allowed.
However, Widevine L1 support in the Windows Chrome browser currently requires the com.widevine.alpha.experiment key system to be set up.
Is there any other way to set up this key system?
The text was updated successfully, but these errors were encountered:
In the initialize() function of src/streaming/protection/controllers/ProtectionKeyController.js, the keySystems variable is structured to create a list of four predefined key systems and no other key systems are allowed.
However, Widevine L1 support in the Windows Chrome browser currently requires the
com.widevine.alpha.experiment
key system to be set up.Is there any other way to set up this key system?
The text was updated successfully, but these errors were encountered: