Browse Source

set max 10 retries for videojs playlist (#1336)

pull/1342/head
Aaron Parecki 4 years ago committed by GitHub
parent
commit
0f00a700e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      webroot/js/components/player.js

1
webroot/js/components/player.js

@ -26,6 +26,7 @@ const VIDEO_OPTIONS = { @@ -26,6 +26,7 @@ const VIDEO_OPTIONS = {
// used to select the lowest bitrate playlist initially. This helps to decrease playback start time. This setting is false by default.
enableLowInitialPlaylist: true,
experimentalBufferBasedABR: true,
maxPlaylistRetries: 10,
},
},
liveTracker: {

Loading…
Cancel
Save