AbedElazizShe / light_compressor

A powerful and easy-to-use video compression plugin for Flutter.
MIT License
59 stars 32 forks source link

Android works first time Error 0xffffec77 #21

Closed sdegenaar closed 1 year ago

sdegenaar commented 2 years ago

Hi, when I compress on Android it works fine the first time. If I try again later it always fails with response error Error 0xffffec77.

Any ideas? thanks

sdegenaar commented 2 years ago

OK if I wrap it in Future.delayed(Duration(milliseconds: 300), () async { it seems to work.....

thiagocarvalhodev commented 1 year ago

I had the same issue. The problem is I was using the video player while trying to compress the image. What I'm doing is disposing any video player before starting compression.