-
-
Notifications
You must be signed in to change notification settings - Fork 929
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
FFmpeg won't load with Angular 18 #830
Comments
I'm facing the same issue as you on Windows 11 OS, and Chrome browser |
Do anyone got solution to this issue ? |
I tried to debug it but it was to complicated for me so i made my own ffmpeg wasm from scratch for my own use case. |
Can you please share that ? I'm stucking and the process is too complicated. |
I'm sorry but that was for an internship and I cannot share the code but I use FFmpeg (libavcodec) and C++ with emscripten. it compiles me a new wasm file and a js file that i can import. like a normal wasm file |
Describe the bug
I'm using Angular 18 with FFmpeg.wasm v0.12.15 and FFmpeg-core multi threaded v0.12.9 and when i call the load method, the browser create a thread and import the worker file but it never ends loading. I added a console log to the worker and i only receive one message:
It looks like the message is not handled by the worker because the worker use the cmd attribute and receive a message with a type attribute
To Reproduce
Here no console.log are displayed
Expected behavior
Just to display any of the console log, a little preference to the first one but a step is a step.
Screenshots


Desktop (please complete the following information):
Smartphone (please complete the following information):
/
Additional context
I surely don't have the best way to do it neither really understand the message. Please correct me if i'm wrong !
The text was updated successfully, but these errors were encountered: