forked from Github/frigate
Disable web assembly for jsmpeg player (#12502)
This commit is contained in:
@@ -124,6 +124,7 @@ export default function JSMpegPlayer({
|
||||
protocols: [],
|
||||
audio: false,
|
||||
disableGl: true,
|
||||
disableWebAssembly: true,
|
||||
videoBufferSize: 1024 * 1024 * 4,
|
||||
onVideoDecode: () => {
|
||||
if (!hasDataRef.current) {
|
||||
|
||||
Reference in New Issue
Block a user