diff --git a/webroot/js/components/player.js b/webroot/js/components/player.js index 150b9e577..5210e26c6 100644 --- a/webroot/js/components/player.js +++ b/webroot/js/components/player.js @@ -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: {