Browse Source

Increase retries to improve stability for low duration segment playlists

pull/1706/head
Gabe Kangas 4 years ago
parent
commit
172082f56c
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      webroot/js/components/player.js

2
webroot/js/components/player.js

@ -25,7 +25,7 @@ const VIDEO_OPTIONS = { @@ -25,7 +25,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,
maxPlaylistRetries: 30,
},
},
liveTracker: {

Loading…
Cancel
Save