You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: