Skip to content

Commit

Permalink
fix(demo): erroneous FairPlay keysystem in demo (shaka-project#4276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Velad Galván committed Jun 7, 2022
1 parent 490b06c commit 8719bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/common/assets.js
Expand Up @@ -84,7 +84,7 @@ shakaAssets.identifierForKeySystem = (keySystem) => {
const KeySystem = shakaAssets.KeySystem;
switch (keySystem) {
case KeySystem.CLEAR_KEY: return 'org.w3.clearkey';
case KeySystem.FAIRPLAY: return 'com.apple.fps.1_0';
case KeySystem.FAIRPLAY: return 'com.apple.fps';
case KeySystem.PLAYREADY: return 'com.microsoft.playready';
case KeySystem.WIDEVINE: return 'com.widevine.alpha';
default: return 'no drm protection';
Expand Down

0 comments on commit 8719bdc

Please sign in to comment.