View Single Post
  #2  
Old 07-18-2011, 12:22 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: an RtmpDump use a Server Proxy instead of the normal direct connection


rtmpdump can use socks proxy to download. append the following switch to given command line:

Code:
-S X.X.X.X:XXXX
replace X with actual hostname or ip and port number.
Reply With Quote