Update mse player

This commit is contained in:
Nick Mowen 2022-11-08 07:07:02 -07:00
parent 3984e35886
commit d7e0dbe6d7

View File

@ -64,7 +64,7 @@ export default function MsePlayer({ camera, width, height }) {
}
video.onpause = () => {
ws.close();
//ws.close();
}
}, [url]);