Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchHi!
I want to record a rtmpstream which has geo restrictions. I want to use a simple HTTP-Proxy and configure rtmpdump to use it(I don't want to use additional software). Unfortunately rtmpdump only supports Socks4. But I found a patch which adds HTTP-Proxy support for rtmpdump 2.3: http://web.archiveorange.com/archive...cEnozCqzM5eoX7 I tried that patch on linux and it seems that it works. Now I want to compile a rtmpdump-binary for windows with this patch. But I have some problems because I have not much experience with linux and compiling binaries. It would be great if someone would compile rtmpdump with http-proxy support for windows. I couldn't find anywhere a binary. I think some other people with this issue would appreciate it too. :) |
Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchThat patch is over a year old. I tried to hand patch the files, but I cant get it to compile, and I dont know enough C to fix it.
Code:
$ make SHARED= SYS=mingw CRYPTO=POLARSSL XLDFLAGS=-static github.com/downloads/svnpenn/rtmpdump/rtmpdump-HTTP-proxy.7z if you want to check it out. |
Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchIt seems that you used the source from RTMPdump 2.4. But I think that patch should work with an older version. Can you try to apply the patch on rtmpdump 2.3? A big thanks for your efforts :)
|
Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchThere have been significant changes since 2.3
I am not going to do that. |
Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchif you change the hostname to server.host on the erring line then it should compile properly.
|
Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchYou can put rtmpdump2.4 compiled with support for HTTP-Proxy?
thanks |
Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchI found an other way: I managed to create a local Socks Proxy and to chain it with a HTTP-Proxy, works fine too
|
Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchQuote:
|
Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchQuote:
github.com/svnpenn/rtmpdump/tree/http-proxy It compiles, but I dont have time to upload a build right now. |
Re: Compile RTMPdump for Windows with HTTP-Proxy support by applying a patchYes, I want still manage it without additional software otherwise I wouldn't ask. But I'm also satisfied with this way. I managed it by using Charles Webdebugging proxy. It's very userfriendly but it is not freeware. Somehow it should be also possible with 'Socks via Http' but it's more complicated.
|
All times are GMT -6. The time now is 08:03 PM. |