mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Update mse player
This commit is contained in:
parent
3984e35886
commit
d7e0dbe6d7
@ -64,7 +64,7 @@ export default function MsePlayer({ camera, width, height }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
video.onpause = () => {
|
video.onpause = () => {
|
||||||
ws.close();
|
//ws.close();
|
||||||
}
|
}
|
||||||
}, [url]);
|
}, [url]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user