ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
13.45k stars 772 forks source link

Angular issue with `esbuild`: 504 on webworker URL #710

Open VaronLaStrauss opened 3 months ago

VaronLaStrauss commented 3 months ago

Describe the bug I tried downloading and running the Angular example. After installing, loading the scripts Ffmpeg#load() produces a 504 error.

To Reproduce Download the Angular example, run npm install and ng serve. Open devtools and click on the load button.

Expected behavior For the load function to work.

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information): Not Applicable

cangunaydin commented 3 months ago

any solution for this?

jaime2196 commented 2 months ago

happened to me also, i tried to install angular PWA just to see if its related with a web worker or something, but still the same. Looks like the vainilla examples are working, but it become so slow while procesing video.