View Single Post
  #19  
Old 06-29-2012, 01:15 PM
enda enda is offline
Member
 
Join Date: Jun 2012
Posts: 32
enda is on a distinguished road
Default

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


I did the following
Code:
git clone git://github.com/aajanki/rtmpdump.git
cd rtmpdump
git checkout http-proxy
and then successfully compiled the program with

Code:
make
I set the http proxy with

Code:
set HTTP_PROXY=http://proxy:port
but when I ran the program, it did not use the HTTP_PROXY.
Reply With Quote