Remco van Akker
Remco van Akker
@tanersener @Larpoux Any updates on this? I'm willing to contribute because I also need the web support asap for my project.
I've posted the same answer in this issue https://github.com/tanersener/ffmpeg-kit/issues/8 but I think it belongs here: I've looked into the web implementation first for CHROME extensions. The option I came across...
> > I've posted the same answer in this issue #8 but I think it belongs here: > > I've looked into the web implementation, the option I came across...
UPDATE: I've looked into the web implementation first for CHROME extensions. The option I came across was using ffmpeg in WASM. Unfortunately, Manifest V3.0 brings a lot of issues. With...
The android app freezes while encoding the file to mpeg4. It's loading forever. What causes this? I'm running the app on Android btw.
Are there any updates on this? I'm experiencing this too.
> No updates as far as I'm aware, except that I lost several customers because of it Yeah same here. I'm trying to find a solution at the moment. I'll...
@Justus-M do you use a YouTube scope by any chance for authentication?
Okay. I think I found a solution. It's the way you handle authentication. My current implementation that works now, looks like this: ` await FirebaseAuth.instance.signInWithCredential(credential).whenComplete(() async { final user =...
How do you handle the authentication then? I'm saying that I'm not experiencing this issue anymore. > I was never adding a listener in the first place, your issue probably...