编译环境:(rtmpdump-master.zip和Polar SSL版本已经打包上传,具体路径在http://download.youkuaiyun.com/detail/gyley2/5721061)
win7操作系统
centos 6.0-64位虚拟机
android-ndk-r8e,下载地址:http://developer.android.com/tools/sdk/ndk/index.html
rtmpdump-master.zip,下载路径:https://github.com/S74ck3r/rtmpdump
Polar SSL,下载路径:https://polarssl.org/download,我用的是polarssl-1.2.0-gpl.tgz
当然你可以使用openssl作为ssl的库,下载路径为:https://github.com/aluvalasuman/OpenSSL1.0.1cForAndroid,使用NDK-bulid在此不作介绍,网上搜一下。
编译开始:
1、下载android-NDK,配置android编译环境。不会的问google。我的NDK环境在/home/android-ndk-r8e路径。
2、在home