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 Nov 19, 2024
1 parent d407d15 commit 67cbe99
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 @@ -1720,6 +1720,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 Down Expand Up @@ -1752,6 +1753,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 67cbe99

Please sign in to comment.