arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.38k stars 587 forks source link

Getting "couldn't find "libffmpegkit_abidetect.so"" only on some Android devices #833

Closed blockdead123 closed 9 months ago

blockdead123 commented 1 year ago

Description I have an Android app with around 4.5k daily active users. But only for ~1% of the users, the app crashes with the UnsatisfiedLinkError saying it couldn't find "libffmpegkit_abidetect.so".

I'm using v6.0.LTS of ffmpegkit and getting this crash almost daily, the crash was also there on v5 LTS.

Expected behavior The crash should not occur

Current behavior App crashes with UnsatisfiedLinkError for ~40-50 devices daily.

To Reproduce NA

Screenshots

image image

Logs https://paste.bingner.com/paste/2wbpd

Environment

AlkanV commented 1 year ago

hello, did you find any solution for it? i have thre same problem. especially with pixel devices.

blockdead123 commented 1 year ago

hello, did you find any solution for it? i have thre same problem. especially with pixel devices.

No @AlkanV

However the error rate is decreased by 30-35% after I upgraded to the latest NDK tools, built the bundle and released an update of my app.

But the problem is not yet resolved completely. I'm still seeing instances of the crash.

blockdead123 commented 11 months ago

@tanersener can you please tell if this is a library issue or device issue? There are a lot of crashes.

Also please share any tips on how this can be resolved, for some, if not for all devices, if possible.

Thanks

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 9 months ago

This issue was closed because it has been stalled for 7 days with no activity.

tanersener commented 6 months ago

@blockdead123 Reproducing the issue is a must to tell why those devices get this error. If you can provide that then I'm sure a solution can be implemented.