View Single Post
  #13  
Old 02-16-2012, 04:28 PM
Sk1px Sk1px is offline
Junior Member
 
Join Date: Feb 2012
Posts: 7
Sk1px is on a distinguished road
Default

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


Ok, I want to try now rtmpdump with HTTP-Proxy but I already fail at the easy part.
I want to record this stream, which works only if you have an IP from Switzerland
Code:
-v -r rtmp://cp108341.live.edgefcs.net/live/pro7_1_800@43051 --swfsize 927444 --swfhash 6c1be1765187eae0bc9af07d858fae59a0effd3c5b803d08db261ced2c5512bb -o "stream.flv"
now I want that it uses this transparent proxy 46.19.143.93:80
(The stream, proxy and the rtmpdump parameters work perfectly)
Readme says I have to use the http_proxy
environment variable
How can I do that?
BTW: Thanks svnpenn for your work. I see you invested much time for this
Reply With Quote