View Single Post
  #20  
Old 06-29-2012, 01:32 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 View Post
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.
You may have to mess with the source code. I never actually tested it; just ported it the best I could from that old commit.
Reply With Quote