Skip to content

Commit

Permalink
Disable broken Bitcodin HLS asset
Browse files Browse the repository at this point in the history
The audio from this clip ends about 9 seconds early and so can't be
played to the end.  This asset was previously disabled without a
comment about why.  This now has a clear comment.

Change-Id: I63607837aa8a18928a778ccf4301c1b0510da376
  • Loading branch information
joeyparrish committed Jan 11, 2020
1 parent 17473d5 commit 9909c2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/common/assets.js
Expand Up @@ -693,6 +693,8 @@ shakaAssets.testAssets = [
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/sintel.png',
/* manifestUri= */ 'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
/* source= */ shakaAssets.Source.BITCODIN)
// Disabled because the audio playlist ends about 9 seconds early somehow.
.markAsDisabled()
.addFeature(shakaAssets.Feature.HIGH_DEFINITION)
.addFeature(shakaAssets.Feature.HLS)
.addFeature(shakaAssets.Feature.MP2TS)
Expand Down

0 comments on commit 9909c2b

Please sign in to comment.