rtmpdump禁用openssl 主要是编译方便 很多地方根本不需要用openssl 先找到librtmp/rtmp_sys.h
然后加入宏#define NO_CRYPTO在#ifdef _WIN32前面就行了