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(() => {
setIsPlaying(true);
onPlaying?.();
}, 5000);
}, 7000);
}
if (onError != undefined) {
if (videoRef.current?.paused) {