PDA

View Full Version : Is there a way to download rtmp streams from behind a HTTP proxy server


enda
08-24-2012, 01:40 PM
Is there a way to download rtmp streams from behind a HTTP proxy server?

Bahman
08-25-2012, 04:09 AM
yep! ;)

enda
08-27-2012, 01:07 PM
How do you download rtmp streams from behind a HTTP proxy server?

karlo2105
09-02-2012, 11:09 AM
yep! ;)

How ?:D
HTTP proxy is not yet implemented in rtmpdump.

svnpenn
09-02-2012, 03:25 PM
yep! ;)

Typical posturing.

Bahman
09-02-2012, 03:41 PM
sorry, but the user didn't specific via rtmpdump in the subject of topic!

Andr3jx
09-03-2012, 08:48 PM
You can use Socks via HTTP. Configure a local Socks-proxy which connects to a HTTP-proxy. Should work
Sorry, there is a program named Socks2HTTP - however it creates a SOCKS5-Proxy but rtmpdump supports only SOCKS4.
I took a look at this page (http://www.freeproxy.ru/en/free_proxy/faq/socks_through_http.htm). It says that you can do this using e.g. HTTP-Tunnel , HTTPort , SocksChain , Socks Connector; you can find them here (http://www.freeproxy.ru/en/programs/index.htm) - but almost all links are dead so you have to search them on other pages. I hope that one of them can create a SOCKS4-Proxy.

enda
09-12-2012, 08:03 AM
Can Delegate (http://www.delegate.org/) be a SOCKS proxy server program that supports a HTTP parent proxy?

dg9_9_7 -P1080 SERVER=socks MASTER=proxy:8080 ADMIN=admin@localhost

does not work.