-
Notifications
You must be signed in to change notification settings - Fork 29
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
Kodi V19 - Android 11 problem #53
Comments
It very likely that it's the SDK issue. You might need to update ffmpeg to the later version. |
I updated ffmpeg to latest. Same error. |
I don't have android 11, so I can't check on my side. Best regards. |
I changed ffmpeg location to kodi userdata location and changed ffmpeg permissions to have execute ability to all. |
Unfortunately, you can no more start another binary stored in the app data folder. |
This issue might be solved if Kodi decided to ship ffmpeg binary, then it would be possible to execute it on Android 11. |
I have a rooted phone on Android 11. |
I'm using the addon version for Kodi V19 by @Dobi-Dev (https://github.com/Dobi-Dev/plugin.video.iptv.recorder).
It worked on Android 9 but when upgraded to Android 11, it failed because of ffmpeg permissions:
See Kodi_error.txt
I know that Android 11 added many restrictions on using files.
Does ffmpeg need to be placed on different directory other than /data/data/... in order to overcome the permission problem ?
The text was updated successfully, but these errors were encountered: