Skip to content

Commit

Permalink
feat(demo): Add new demo asset for multi-mimeType/codec feature (#6349)
Browse files Browse the repository at this point in the history
Issue #6010
  • Loading branch information
theodab committed Mar 20, 2024
1 parent 8af1aae commit 067d9ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions demo/common/assets.js
Expand Up @@ -519,6 +519,15 @@ shakaAssets.testAssets = [
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.WEBM)
.addFeature(shakaAssets.Feature.OFFLINE),
new ShakaDemoAssetInfo(
/* name= */ 'Heliocentrism (multiperiod with forced mimeType/codec changes)',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/heliocentricism.png',
/* manifestUri= */ 'https://storage.googleapis.com/shaka-demo-assets/heliocentrism-mixed-codec/heliocentrism.mpd',
/* source= */ shakaAssets.Source.SHAKA)
.addFeature(shakaAssets.Feature.DASH)
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.WEBM)
.addFeature(shakaAssets.Feature.OFFLINE),
new ShakaDemoAssetInfo(
/* name= */ 'Heliocentrism (multicodec, multiperiod, xlink)',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/heliocentricism.png',
Expand Down

0 comments on commit 067d9ce

Please sign in to comment.