increase onplaying timeout

This commit is contained in:
Josh Hawkins 2024-07-05 19:56:47 -05:00
parent 2e5aa10514
commit 69879ae628

View File

@ -394,7 +394,7 @@ function MSEPlayer({
playTimeoutRef.current = setTimeout(() => { playTimeoutRef.current = setTimeout(() => {
setIsPlaying(true); setIsPlaying(true);
onPlaying?.(); onPlaying?.();
}, 5000); }, 7000);
} }
if (onError != undefined) { if (onError != undefined) {
if (videoRef.current?.paused) { if (videoRef.current?.paused) {