Replies: 1 comment 2 replies
-
any news? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run ffmpeg wasm on a cloudflare worker with a custom build. But since I can't start a web worker from within a CF worker I get the error
Caution
Worker is not defined
Is there a way to run ffmpeg.wasm on the main thread (in my case directly in the CF worker)?
Running
./build-with-docker.sh
to build a very small version of ffmpeg.wasm. By following this blog post - link. The finalwasm
file is only 8.4 mb (2.8 mb gzipped). CF Worker can support upto 10 MB compressed.Here is the code for the worker
Beta Was this translation helpful? Give feedback.
All reactions