ffmpeg.wasm on CodeSandbox? #7253
Unanswered
princefishthrower
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title states, I'm wondering if anyone has figured out a way to get ffmpeg.wasm to run on CodeSandbox. Currently, for it to work in the browser (i.e. outside a node environment), one needs to add the following headers:
On static site servers (ex. Netlify, Vercel, etc.) this is possible, but I haven't had any success finding a way to do it on CodeSandbox. Maybe there just isn't a way yet :)
So, is there a way to set custom headers somewhere in CodeSandbox? I see there are ways to change the sandbox template and environment, but nothing so low-level as being able to set what headers are set in the sandbox. I'd appreciate any pointers here.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions