mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Disable web assembly for jsmpeg player (#12502)
This commit is contained in:
parent
eb2363b93d
commit
e5dc476c1e
@ -124,6 +124,7 @@ export default function JSMpegPlayer({
|
|||||||
protocols: [],
|
protocols: [],
|
||||||
audio: false,
|
audio: false,
|
||||||
disableGl: true,
|
disableGl: true,
|
||||||
|
disableWebAssembly: true,
|
||||||
videoBufferSize: 1024 * 1024 * 4,
|
videoBufferSize: 1024 * 1024 * 4,
|
||||||
onVideoDecode: () => {
|
onVideoDecode: () => {
|
||||||
if (!hasDataRef.current) {
|
if (!hasDataRef.current) {
|
||||||
|
Loading…
Reference in New Issue
Block a user