-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
[MacOS] AVPixelFormat crash #184
Comments
when does it crash? what decoders do you set? a log will be helpful |
Unfortunately, I have no idea when it's happening as I didn't add enough tracking information. I will add more in the future! |
if you are using backend api, then software decoder is used, less efficient. you have to set via player videoDecoders, see video_player_mdk.dart |
Ah ok good to know, I'll make the changes. |
now you can use videoplayercintroller with extensions, see controller.dart |
Describe the bug
I noticed a few crashes on MacOS related to AVPixelFormat. All MacOS versions are impacted and I'm using fvp 0.28.0 and mdk 0.3.0 with Flutter 3.24.3
Expected behavior
The app should not crash
Log
I can't reproduce on my Mac so I can share with you the Crashlytics stacktrace:
The text was updated successfully, but these errors were encountered: