View Single Post
  #18  
Old 06-22-2012, 03:29 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patch


Quote:
Originally Posted by enda
How do I compile this under Windows?

I am using MinGW
If in fact you are wanting the http-proxy branch you are going to need git.

Code:
git clone git://github.com/aajanki/rtmpdump.git
cd rtmpdump
git checkout http-proxy
Edit
In addition I would suggest switching to Cygwin. Cygwin can compile native Windows binaries just like MinGW, and has Bash 4 where MinGW is still using Bash 3.
Reply With Quote