Skip to content

Commit

Permalink
Remove extra config
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Nov 6, 2024
1 parent 971c0a8 commit 4715473
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions demo/common/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,17 +673,7 @@ shakaAssets.testAssets = [
.addFeature(shakaAssets.Feature.HIGH_DEFINITION)
.addFeature(shakaAssets.Feature.HLS)
.addFeature(shakaAssets.Feature.LIVE)
.addFeature(shakaAssets.Feature.MP4)
.setExtraConfig({
manifest: {
// HLS doesn't signal the availability window, but this stream is
// seekable.
availabilityWindowOverride: 3600,
// This is the presentation delay signaled explicitly in the DASH
// version.
defaultPresentationDelay: 60,
},
}),
.addFeature(shakaAssets.Feature.MP4),
// End Shaka assets }}}

// Axinom assets {{{
Expand Down

0 comments on commit 4715473

Please sign in to comment.