this is the link to compile rtmpdump on windows
http://srpenn82.blogspot.com/2011/03/rtmpdump.html
Quote:
Originally Posted by srpenn82.blogspot.com
Install
MinGW - http://sourceforge.net/projects/mingw/
Slik SVN - http://www.sliksvn.com/en/download/
PolarSSL
polarssl.org - http://polarssl.org/
make CC=gcc LDFLAGS="-L../library -lpolarssl -lws2_32"
move polarssl-0.14.2\include\polarssl to
MinGW\include\polarssl
move polarssl-0.14.2\library\libpolarssl.a to
MinGW\lib\libpolarssl.a
Compile
svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump
mingw-get install libz
make CRYPTO=POLARSSL SHARED= SYS=mingw VERSION=r563
Notes:
if you have installed anything other than mingw-get install libz, you are going to need to reinstall MinGW
|