Hacker News new | ask | show | jobs
by ObsoleteNerd 2052 days ago
I get this when I visit the OP link:

> Your browser doesn't support SharedArrayBuffer, thus ffmpeg.wasm cannot execute. Please use latest version of Chromium or any other browser supports SharedArrayBuffer.

1 comments

According to caniuse some headers are necessary for it to work on Firefox. I guess the developer has to fix the demo.
In fact, the header must be set in the server-side, which means I cannot do that as I am using github pages. You can check more details here: https://github.com/ffmpegwasm/ffmpeg.wasm/issues/102
I noticed you were using github and completely failed to think of that! My bad.