diff --git a/src/components/player/display/base.ts b/src/components/player/display/base.ts index 1fb1dcba..4578f04a 100644 --- a/src/components/player/display/base.ts +++ b/src/components/player/display/base.ts @@ -154,12 +154,12 @@ export function makeVideoElementDisplayInterface(): DisplayInterface { maxLoadTimeMs: 30 * 1000, // allow it load extra long, fragments are slow if requested for the first time on an origin maxTimeToFirstByteMs: 30 * 1000, errorRetry: { - maxNumRetry: 2, + maxNumRetry: 6, retryDelayMs: 1000, maxRetryDelayMs: 8000, }, timeoutRetry: { - maxNumRetry: 3, + maxNumRetry: 6, maxRetryDelayMs: 0, retryDelayMs: 0, },