欢迎访问我的独立博客

librtmp编译for android and ios 不要openssl

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=

 

 

 

https://blog.csdn.net/cjj198561/article/details/28955461

posted @ 2018-08-15 17:29  github.com/starRTC  阅读(581)  评论(0编辑  收藏  举报