mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
increase onplaying timeout
This commit is contained in:
parent
2e5aa10514
commit
69879ae628
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user