AndroidFFmpeg
AndroidFFmpeg copied to clipboard
[DEPRECATED] FFmpeg build for android random architectures with example jni
``` String[] ffmpegCommand = new String[]{"-i", rtspUrl, "-acodec", "copy", "-vcodec", "copy", filePath}; ``` 07-09 09:50:35.299 452 520 I OMXClient: IOmx service obtained 07-09 09:50:35.299 458 458 I OMXMaster: makeComponentInstance(OMX.google.amrnb.decoder) in...
is This Project support android above target version 17?
How can I extarct subtitles using this project?
Dear contributors, Thank you for your great work in sharing this. I want to know why you have set libavfilter flag off in ffmpeg config. Does it make a problem...
I update submodule, 正克隆到 'library-jni/jni/libyuv'... fatal: unable to access 'https://chromium.googlesource.com/external/libyuv/': Failed to connect to chromium.googlesource.com port 443: 连接超时 fatal: 无法克隆 'https://chromium.googlesource.com/external/libyuv' 到子模组路径 'library-jni/jni/libyuv' i use local libyuv source copy to...
the example app is crashing after playing 5-6 videos continuously. Has anyone faced this issue??
Hi, I am developing an Android app that streams between two devices. I need a MediaPlayer client that can play h264 over rtsp. I am trying vlc, but so far...
`I/player.c(30107): player_write_audio - added I/player.c(30107): player_wait_for_frame[1] start I/player.c(30107): player_wait_for_frame[1 = Audio] = (-0.136001) - (0.166883) I/player.c(30107): player_wait_for_frame[1] Waiting for frame: sleeping: -302884 I/player.c(30107): player_wait_for_frame[1] correcting 0.166975 to -0.135906 because late...
root@debian:/home/hansen/ffmpeg/AndroidFFmpeg# ./gradlew build --info Log: --------------------------------------------------------------------------------------------------------- :library:processReleaseResources FAILED :library:processReleaseResources (Thread[main,5,main]) completed. Took 0.135 secs. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':library:processReleaseResources'. >...