feat: How to use sharrefArrayBuffer? #3945
Replies: 2 comments
-
stockfish.worker.js:1 [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details. Same problem with Stockfish https://github.com/niklasf/stockfish.wasm |
Beta Was this translation helpful? Give feedback.
-
Unfortunately the underlying iOS and Android browsers don't have support for Your best best is to make your own plugin using FFmpeg-kit |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am using ffmpeg-wasm. It works great on desktop.
But It's not working on mobile because sharedarraybuffer is not active on mobile. Is there any solution to make it working? My app is not going to be published and I am aware of enabling SAB vulnerabilities.
But I could'nt enable it on android.
How to overcome this?
I found our this feature is enabled in firefox android but chrome and safari does not have it.
I checked out the chrome flags but I did not find it.
What's the options? I used ffmpeg mobile (cordova plugin)
But it's as slow as hell, and it freezes ui, and does not support async operations.
Beta Was this translation helpful? Give feedback.
All reactions