Skip to content

Commit 5bc9ad1

Browse files
committed
chore(Demo): Add new DRM assets from livesim2 (#7836)
1 parent 6b44531 commit 5bc9ad1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

demo/common/assets.js

+20
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,26 @@ shakaAssets.testAssets = [
948948
lowLatencyMode: true,
949949
},
950950
}),
951+
new ShakaDemoAssetInfo(
952+
/* name= */ 'Live sim (CBCS single key)',
953+
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/dash_if_test_pattern.png',
954+
/* manifestUri= */ 'https://livesim2.dashif.org/livesim2/drm_EZDRM-1-key-cbcs/testpic_2s/Manifest.mpd',
955+
/* source= */ shakaAssets.Source.DASH_IF)
956+
.addKeySystem(shakaAssets.KeySystem.PLAYREADY)
957+
.addKeySystem(shakaAssets.KeySystem.WIDEVINE)
958+
.addFeature(shakaAssets.Feature.LIVE)
959+
.addFeature(shakaAssets.Feature.MP4)
960+
.addFeature(shakaAssets.Feature.DASH),
961+
new ShakaDemoAssetInfo(
962+
/* name= */ 'Live sim (CBCS multi-key)',
963+
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/dash_if_test_pattern.png',
964+
/* manifestUri= */ 'https://livesim2.dashif.org/livesim2/drm_EZDRM-2-keys-cbcs/testpic_2s/Manifest.mpd',
965+
/* source= */ shakaAssets.Source.DASH_IF)
966+
.addKeySystem(shakaAssets.KeySystem.PLAYREADY)
967+
.addKeySystem(shakaAssets.KeySystem.WIDEVINE)
968+
.addFeature(shakaAssets.Feature.LIVE)
969+
.addFeature(shakaAssets.Feature.MP4)
970+
.addFeature(shakaAssets.Feature.DASH),
951971
new ShakaDemoAssetInfo(
952972
/* name= */ 'DASH-IF CEA-608 VOD',
953973
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/dash_if_test_pattern.png',

0 commit comments

Comments
 (0)