mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Disable web assembly for jsmpeg player
This commit is contained in:
parent
eb2363b93d
commit
1d38b974fa
@ -124,6 +124,7 @@ export default function JSMpegPlayer({
|
||||
protocols: [],
|
||||
audio: false,
|
||||
disableGl: true,
|
||||
disableWebAssembly: true,
|
||||
videoBufferSize: 1024 * 1024 * 4,
|
||||
onVideoDecode: () => {
|
||||
if (!hasDataRef.current) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user