diff --git a/web/src/components/player/MsePlayer.tsx b/web/src/components/player/MsePlayer.tsx index 491f31d62..0300557de 100644 --- a/web/src/components/player/MsePlayer.tsx +++ b/web/src/components/player/MsePlayer.tsx @@ -394,7 +394,7 @@ function MSEPlayer({ playTimeoutRef.current = setTimeout(() => { setIsPlaying(true); onPlaying?.(); - }, 5000); + }, 7000); } if (onError != undefined) { if (videoRef.current?.paused) {