From 172082f56c9f69a1cae01774a6d07830f3517579 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 27 Jan 2022 14:25:48 -0800 Subject: [PATCH] Increase retries to improve stability for low duration segment playlists --- webroot/js/components/player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/js/components/player.js b/webroot/js/components/player.js index 39b42bf12..53b4affaa 100644 --- a/webroot/js/components/player.js +++ b/webroot/js/components/player.js @@ -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: {