Skip to content

Commit

Permalink
fix(Demo): Fix MSS assets (#6194)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Jan 31, 2024
1 parent 47602c6 commit 844c208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/common/assets.js
Expand Up @@ -1434,10 +1434,12 @@ shakaAssets.testAssets = [
/* iconUri= */ 'https://reference.dashif.org/dash.js/latest/samples/lib/img/mss-1.jpg',
/* manifestUri= */ 'https://test.playready.microsoft.com/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest',
/* source= */ shakaAssets.Source.MICROSOFT)
.addKeySystem(shakaAssets.KeySystem.PLAYREADY)
.addFeature(shakaAssets.Feature.MSS)
.addFeature(shakaAssets.Feature.HIGH_DEFINITION)
.addFeature(shakaAssets.Feature.MP4)
.addLicenseServer('com.microsoft.playready', 'https://test.playready.microsoft.com/service/rightsmanager.asmx?cfg=(persist:false,sl:150)'),
.addLicenseServer('com.microsoft.playready', 'https://test.playready.microsoft.com/service/rightsmanager.asmx?cfg=(persist:false,sl:150)')
.setMimeType('application/vnd.ms-sstr+xml'),
// }}}

// MPEG-5 LCEVC assets {{{
Expand Down

0 comments on commit 844c208

Please sign in to comment.