[rtmpdump] Command to compile Windows build?

Steven Penny svnpenn at gmail.com
Sat Jul 23 18:09:19 CEST 2011


Adam Malcontenti-Wilson <adman.com at gmail.com> wrote:
> I'm looking to build rtmpdump for windows:
> How are the binaries on http://rtmpdump.mplayerhq.hu/ created, i.e.
> what build enviornment / command is used to build for Windows, and how
> are the dependencies compiled/placed?

http://svnpenn.blogspot.com/2011/06/rtmpdump-mingw.html

Install required packages
mingw-get install libz
mingw-get install msys-wget


Install PolarSSL
wget http://polarssl.org/code/releases/polarssl-0.14.3-gpl.tgz
tar fx polarssl-0.14.3-gpl.tgz
cd polarssl-0.14.3
make CC=gcc LDFLAGS="-L../library -lpolarssl -lws2_32"
make DESTDIR=\\MinGW install


Install RTMPdump
wget http://repo.or.cz/w/rtmpdump.git/snapshot/HEAD.tar.gz
tar fx HEAD.tar.gz
cd rtmpdump
make SHARED= SYS=mingw CRYPTO=POLARSSL VERSION="2.4\ git-c28f1ba\ 2011-7-12"


More information about the rtmpdump mailing list