Skip to content

Commit

Permalink
fix(Demo): Fix url of "Low Latency HLS Live" asset (#5708)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored and joeyparrish committed Oct 4, 2023
1 parent 96dfcc6 commit 728cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/common/assets.js
Expand Up @@ -1227,7 +1227,7 @@ shakaAssets.testAssets = [
new ShakaDemoAssetInfo(
/* name= */ 'Low Latency HLS Live',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/apple_test_pattern.png',
/* manifestUri= */ 'https://ll-hls-test.apple.com/cmaf/master.m3u8',
/* manifestUri= */ 'https://ll-hls-test.cdn-apple.com/llhls4/ll-hls-test-04/multi.m3u8',
/* source= */ shakaAssets.Source.APPLE)
.addFeature(shakaAssets.Feature.HLS)
.addFeature(shakaAssets.Feature.LIVE)
Expand Down

0 comments on commit 728cbfc

Please sign in to comment.