@@ -948,6 +948,26 @@ shakaAssets.testAssets = [
948
948
lowLatencyMode : true ,
949
949
} ,
950
950
} ) ,
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 ) ,
951
971
new ShakaDemoAssetInfo (
952
972
/* name= */ 'DASH-IF CEA-608 VOD' ,
953
973
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/dash_if_test_pattern.png' ,
0 commit comments