Skip to content

Commit

Permalink
feat(demo): Add Apple Advanced HLS Stream (TS) with raw AAC (#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Velad Galván committed Feb 9, 2022
1 parent b005a7c commit 1becadf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions demo/common/assets.js
Expand Up @@ -1198,6 +1198,16 @@ shakaAssets.testAssets = [
.addFeature(shakaAssets.Feature.HLS)
.addFeature(shakaAssets.Feature.CONTAINERLESS)
.addFeature(shakaAssets.Feature.AUDIO_ONLY),
new ShakaDemoAssetInfo(
/* name= */ 'Apple Advanced HLS Stream (TS) with raw AAC',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/apple_test_pattern.png',
/* manifestUri= */ 'https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_ts/master.m3u8',
/* source= */ shakaAssets.Source.APPLE)
.addFeature(shakaAssets.Feature.HLS)
.addFeature(shakaAssets.Feature.MP2TS)
.addFeature(shakaAssets.Feature.CONTAINERLESS)
.addFeature(shakaAssets.Feature.HIGH_DEFINITION)
.addFeature(shakaAssets.Feature.OFFLINE),
// }}}

// IRT assets {{{
Expand Down

0 comments on commit 1becadf

Please sign in to comment.