According to https://bugs.launchpad.net/rtmpdump/+bug/747517 there is missing HTTP proxy support. Is there another way to download a file using rtmpdump behind a HTTP proxy? - Enda
Hi, On Fri, 18 Apr 2014 12:20:52 -0700 (PDT) Enda wrote:
According to https://bugs.launchpad.net/rtmpdump/+bug/747517 there is missing HTTP proxy support. Is there another way to download a file using rtmpdump behind a HTTP proxy?
You need to install and setup some proxy chaining utility. Then just run it before rtmpdump. I recommend httptunnel or corkscrew. But please note that upstream http proxy may deny anything but http or https ports. In such case you need a host somewhere in the net, establish connection to this host through some VPN or tunneling program (e.g. openvpn or proxytunnel — there are dozens of them) and them route your rtmp traffic through that tunnel. Best regards, Andrew Savchenko
many of the rtmpdump files (such as librtmp/rtmp.c) contain mixed indentation - some blocks tabs, some spaces etc, which is pretty untidy, and can make indentation look wrong depending on editor settings. Would a cosmetic patch to clean this up be accepted, or is there any interest from the devs to do a clean up on this ? Best Regards Jools
participants (3)
-
Andrew Savchenko -
Enda -
Jools Wills