Skip to content

Commit

Permalink
fix(DRM): Probe robustness only for modern PlayReady keysystem (#6851)
Browse files Browse the repository at this point in the history
  • Loading branch information
tykus160 authored and avelad committed Jun 19, 2024
1 parent b81664f commit 9ff9b3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/media/drm_engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,7 @@ shaka.media.DrmEngine = class {
'org.w3.clearkey',
'com.widevine.alpha',
'com.microsoft.playready',
'com.microsoft.playready.hardware',
'com.microsoft.playready.recommendation',
'com.chromecast.playready',
'com.apple.fps.1_0',
Expand All @@ -1815,9 +1816,7 @@ shaka.media.DrmEngine = class {

const testRobustness = {
'com.widevine.alpha': widevineRobustness,
'com.microsoft.playready': playreadyRobustness,
'com.microsoft.playready.recommendation': playreadyRobustness,
'com.chromecast.playready': playreadyRobustness,
};

const basicVideoCapabilities = [
Expand Down

0 comments on commit 9ff9b3e

Please sign in to comment.