FFmpeg-Android icon indicating copy to clipboard operation
FFmpeg-Android copied to clipboard

Script and Instructions for building FFmpeg for Android

Results 5 FFmpeg-Android issues
Sort by recently updated
recently updated
newest added

i am having error : agile@agilepc-123:~/Desktop/NDK_FFMPEG/ffmpeg$ ./build_ffmpeg_for_android.sh /home/agile/Desktop/NDK_FFMPEG/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc is unable to create an executable file. C compiler test failed. If you think configure made a mistake, make sure you are...

Hello, after compiling how do we pas the complex rtmp urls? example : rtmp://host.com/live playpath=123 swfUrl=http://host.com/123.swf live=1 pageUrl=http://website.tv timeout=10 token=token do we send as AVOptions to Vitamio or just like...

i have problem on compile librtmp this is my ... file: # !/bin/bash NDK=/home/user/loc_app/android-ndk-r9 # /home/user/loc_app/android-ndk-r9/platforms/android-18/arch-arm SYSROOT=$NDK/platforms/android-18/arch-arm # platforms/android-19/arch-arm/ TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64 # /home/user/loc_app/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64 OPENSSL_DIR=/home/user/libs/openssl-android-master/ # Note: Change the above variables for...

i also posted this problem in this link http://stackoverflow.com/questions/22653241/comple-librtmp-for-android-error-cannot-find-ldl-collect2-error-ld-returned

After using your script, I didn't find libffmpeg.so, could you please point me this ? Thanks!