Skip to content

Commit

Permalink
chore: Test Widevine Experiment (#7627)
Browse files Browse the repository at this point in the history
Related to #7613
  • Loading branch information
avelad authored and joeyparrish committed Nov 19, 2024
1 parent a52a87d commit 74a87a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/media/drm_engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,7 @@ shaka.media.DrmEngine = class {
const testKeySystems = [
'org.w3.clearkey',
'com.widevine.alpha',
'com.widevine.alpha.experiment', // Widevine L1 in Windows
'com.microsoft.playready',
'com.microsoft.playready.hardware',
'com.microsoft.playready.recommendation',
Expand All @@ -1741,6 +1742,7 @@ shaka.media.DrmEngine = class {

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

Expand Down

0 comments on commit 74a87a1

Please sign in to comment.