Increase retries to improve stability for low duration segment playlists

This commit is contained in:
Gabe Kangas
2022-01-27 14:25:48 -08:00
parent 5a8d20e7a9
commit 172082f56c

View File

@@ -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. // used to select the lowest bitrate playlist initially. This helps to decrease playback start time. This setting is false by default.
enableLowInitialPlaylist: true, enableLowInitialPlaylist: true,
experimentalBufferBasedABR: true, experimentalBufferBasedABR: true,
maxPlaylistRetries: 10, maxPlaylistRetries: 30,
}, },
}, },
liveTracker: { liveTracker: {