tanersener / flutter-ffmpeg

FFmpeg plugin for Flutter. Not maintained anymore. Superseded by FFmpegKit.
GNU Lesser General Public License v3.0
643 stars 132 forks source link

APK 29 permission denied #232

Closed yoonjiyong closed 3 years ago

yoonjiyong commented 3 years ago

Description doesn't work on Apk 29

Expected behavior does work on Apk 29

Current behavior I used flutter_trimmer , flutter_video_compress package after change targetSdk 28 => 29 now I can't

Screenshots If applicable, add screenshots to help explain your problem.

Logs https://ghostbin.co/paste/x9gx

Environment [√] Flutter (Channel unknown, 1.22.1, on Microsoft Windows [Version 10.0.18363.1198], locale ko-KR) [√] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [√] Android Studio (version 4.0) [√] VS Code (version 1.48.2)

Other Add any other context about the problem here.

tanersener commented 3 years ago

Your issue is about ffmpeg binary and this project does not use or provide an ffmpeg binary. Please open an issue on those projects.

yoonjiyong commented 3 years ago

okay thanks