-
Notifications
You must be signed in to change notification settings - Fork 254
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
ResultHandler can not send event {FFmpegKitExecuteCallbackEvent={create...}} on a null event sink. #51
Comments
I am facing the same issue Flutter : 2.5.3 Also Using the latest version of this pub and my device has android 11 and Exporting progress is not starting and call back is not returning. I've tried printing logs in OnProgress call back but it won't displayed. |
Yes i'm having same problem. |
I am also facing same issue , some says this happens when you are using firebase on background message functionality. |
Like @abhay-s-rawat said you will get this error if you are implementing It is a ffmpegKit problem, it should be fixed in the next version (January 2022) https://github.com/tanersener/ffmpeg-kit/issues/209, or you could use the development. This error probably doesn't occurs with |
for now I just replace this with the current FFmpeg in packages's YAML file to resolve it. ffmpeg_kit_flutter:
git:
url: https://github.com/shilangyu/ffmpeg-kit
ref: development-flutter
path: prebuilt/bundle-flutter-lts/default |
should be fixed in the new 1.2.3 |
I have copied the code of the example app exactly and even merged the versions of all the packages, but I get this error when exporting. very strange
video_editor: ^1.2.2
Flutter : 2.5.0
Android: 10 API 29
The text was updated successfully, but these errors were encountered: