Disable web assembly for jsmpeg player

This commit is contained in:
Josh Hawkins 2024-07-18 10:24:19 -05:00
parent eb2363b93d
commit 1d38b974fa

View File

@ -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) {