-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SharedArrayBuffer is not defined #13
Comments
From https://github.com/ffmpegwasm/ffmpeg.wasm:
|
make sure you add setupProxy.js file in your src folder |
the contents should be:
|
const ffmpeg = createFFmpeg({
corePath: "/ffmpeg/[email protected]/ffmpeg-core.js",
log: true,
});
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
I'm trying to convert Blob data from RecordRTC from webm to mp4. The script seems to be working and initialized, but React/NextJS throws a SharedArrayBuffer. Searching for that term gives me some answers about some vulnerability in SAB, but I don't understand what's up and down. It says there's a way to re-enable it though?
Is it a bug in ffmpegwasm or is there something deeper to it? As I'm creating a ReactJS website, I should be able to follow your example of your 'react-app' no?
Thanks
The text was updated successfully, but these errors were encountered: