-
-
Notifications
You must be signed in to change notification settings - Fork 137
Will there be support for web? #150
Comments
Yeah, I plan to support flutter desktop. However, supporting flutter web won't be possible. Flutter web does not support native applications as far as I know. |
@tanersener you could add a platform channel for web to use FFMPEG.js, or even WASM https://paul.kinlan.me/running-ffmpeg-with-wasm-in-a-web-worker/ |
@MichealReed I remember I read a few technical articles about WebAssembly last year. I agree that it has a lot of potential. However, I didn't see many projects built using |
I know that the skia backend uses web assembly and people have used it for other things with flutter. Flutter's javascript interop is really well done as well. Could always use web workers and ffmpeg.js without compiling to web assembly. |
Honestly, don't know which one is faster or easier to implement. Someone has to spend some time on it and analyse the effort needed. |
Looks like direct WASM ffi will be coming to dart at some point in the near future. May be best to delay any implementation work on this until we gain more clarity on the topic. |
The wasm package is out, any update on this issue? |
What is out exactly? |
https://pub.dev/packages/wasm, from the issue Michael linked. |
It's good to have an official |
Hi, we will retire We have this issue where we talk about the web support. Would you mind sharing ideas about what you need and expect from the web implementation? |
I noticed that you said you will soon support flutter desktop, but seeing that flutter web is well into beta, I was wondering if ffmpeg has any planned support for flutter web.
Thanks!
The text was updated successfully, but these errors were encountered: