permission is denied using Android Q ffmpeg": error=13, Permission denied

后端 未结 5 2138
逝去的感伤
逝去的感伤 2020-12-28 15:24

I want to get the frames from the RTSP video using ffmpeg. But for android 10 above I am getting error as below.

 E/FFmpeg: Exception while trying to run: [L         


        
5条回答
  •  隐瞒了意图╮
    2020-12-28 15:56

    Change only on Build.gradle file targetSdkVersion 29 to 28 and Re-Install your app on your device - It is resolved your permission issue for temporary because of the targetSdkVersion 29 is required platform for released build on play store so I suggest to you use this library

    https://github.com/tanersener/mobile-ffmpeg

提交回复
热议问题