Disable web assembly for jsmpeg player (#12502)

This commit is contained in:
Josh Hawkins 2024-07-18 10:50:30 -05:00 committed by GitHub
parent eb2363b93d
commit e5dc476c1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,6 +124,7 @@ export default function JSMpegPlayer({
protocols: [],
audio: false,
disableGl: true,
disableWebAssembly: true,
videoBufferSize: 1024 * 1024 * 4,
onVideoDecode: () => {
if (!hasDataRef.current) {