@@ -920,14 +920,6 @@ shakaAssets.testAssets = [
920920 . addFeature ( shakaAssets . Feature . MP4 )
921921 . addFeature ( shakaAssets . Feature . LIVE )
922922 . addFeature ( shakaAssets . Feature . THUMBNAILS ) ,
923- new ShakaDemoAssetInfo (
924- /* name= */ 'Microsoft Smooth Streaming' ,
925- /* iconUri= */ 'https://reference.dashif.org/dash.js/latest/samples/lib/img/mss-1.jpg' ,
926- /* manifestUri= */ 'https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest' ,
927- /* source= */ shakaAssets . Source . DASH_IF )
928- . addFeature ( shakaAssets . Feature . MSS )
929- . addFeature ( shakaAssets . Feature . HIGH_DEFINITION )
930- . addFeature ( shakaAssets . Feature . MP4 ) ,
931923 // End DASH-IF Assets }}}
932924
933925 // bitcodin assets {{{
@@ -1319,6 +1311,23 @@ shakaAssets.testAssets = [
13191311 . addFeature ( shakaAssets . Feature . MP4 )
13201312 . addFeature ( shakaAssets . Feature . HIGH_DEFINITION )
13211313 . addLicenseServer ( 'com.microsoft.playready' , 'http://test.playready.microsoft.com/service/rightsmanager.asmx?cfg=(persist:false,ck:W31bfVt9W31bfVt9W31bfQ==,ckt:aescbc)' ) ,
1314+ new ShakaDemoAssetInfo (
1315+ /* name= */ 'Super Speedway Trailer (MSS - Clear)' ,
1316+ /* iconUri= */ 'https://reference.dashif.org/dash.js/latest/samples/lib/img/mss-1.jpg' ,
1317+ /* manifestUri= */ 'https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest' ,
1318+ /* source= */ shakaAssets . Source . MICROSOFT )
1319+ . addFeature ( shakaAssets . Feature . MSS )
1320+ . addFeature ( shakaAssets . Feature . HIGH_DEFINITION )
1321+ . addFeature ( shakaAssets . Feature . MP4 ) ,
1322+ new ShakaDemoAssetInfo (
1323+ /* name= */ 'Super Speedway Trailer (MSS - PlayReady)' ,
1324+ /* iconUri= */ 'https://reference.dashif.org/dash.js/latest/samples/lib/img/mss-1.jpg' ,
1325+ /* manifestUri= */ 'https://test.playready.microsoft.com/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest' ,
1326+ /* source= */ shakaAssets . Source . MICROSOFT )
1327+ . addFeature ( shakaAssets . Feature . MSS )
1328+ . addFeature ( shakaAssets . Feature . HIGH_DEFINITION )
1329+ . addFeature ( shakaAssets . Feature . MP4 )
1330+ . addLicenseServer ( 'com.microsoft.playready' , 'https://test.playready.microsoft.com/service/rightsmanager.asmx?cfg=(persist:false,sl:150)' ) ,
13221331 // }}}
13231332
13241333 // MPEG-5 LCEVC assets {{{
0 commit comments