git clone git://git.ffmpeg.org/rtmpdump
不想要openssl
在rtmp.h里面
#undef CRYPTO
编译动态库与静态库只需要修改下面的
#include $(BUILD_SHARED_LIBRARY)
include $(BUILD_STATIC_LIBRARY)
ffplay rtmp://101.200.44.42/live/starRTC
iPhoneOS.platform/Developer/usr/bin/gcc: No such file or directory
不要openssl
#CRYPTO=OPENSSL
CRYPTO=
所有评论(0)