Skip to content

Commit

Permalink
chore(Demo): Add new DRM assets from livesim2 (#7836)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Jan 7, 2025
1 parent 21bbd93 commit 8c6def4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions demo/common/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,26 @@ shakaAssets.testAssets = [
lowLatencyMode: true,
},
}),
new ShakaDemoAssetInfo(
/* name= */ 'Live sim (CBCS single key)',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/dash_if_test_pattern.png',
/* manifestUri= */ 'https://livesim2.dashif.org/livesim2/drm_EZDRM-1-key-cbcs/testpic_2s/Manifest.mpd',
/* source= */ shakaAssets.Source.DASH_IF)
.addKeySystem(shakaAssets.KeySystem.PLAYREADY)
.addKeySystem(shakaAssets.KeySystem.WIDEVINE)
.addFeature(shakaAssets.Feature.LIVE)
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.DASH),
new ShakaDemoAssetInfo(
/* name= */ 'Live sim (CBCS multi-key)',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/dash_if_test_pattern.png',
/* manifestUri= */ 'https://livesim2.dashif.org/livesim2/drm_EZDRM-2-keys-cbcs/testpic_2s/Manifest.mpd',
/* source= */ shakaAssets.Source.DASH_IF)
.addKeySystem(shakaAssets.KeySystem.PLAYREADY)
.addKeySystem(shakaAssets.KeySystem.WIDEVINE)
.addFeature(shakaAssets.Feature.LIVE)
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.DASH),
new ShakaDemoAssetInfo(
/* name= */ 'DASH-IF CEA-608 VOD',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/dash_if_test_pattern.png',
Expand Down

0 comments on commit 8c6def4

Please sign in to comment.