PDA

View Full Version : Cross-compiling RTMPDump.


bat999
10-13-2012, 02:18 PM
Hi
My system is Ubuntu.
I've used the "MingGW-w64 Build Script 3.0.6" from _www.ffmpeg.zeranoe.com to build the mingw-w64-i686 compiler.

The compiler works OK.
Used it to cross-compile ffmpeg.exe from git.:cool:
Is this method suitable to cross-compile rtmpdump.exe from git? ;)

svnpenn
10-13-2012, 05:22 PM
github.com/svnpenn/etc/blob/master/build/rtmpdump/rtmpdump-w32-cygwin.sh

bat999
10-14-2012, 10:26 AM
Bump.

svnpenn
10-15-2012, 01:00 AM
Bump.

What is wrong with the link I posted

bat999
10-15-2012, 06:46 AM
What is wrong with the link I posted
Hi
I modified your script to run on my system. :cool:
Thanks. :)
Here ---> __http://pastebin.com/X7nS7fVV

@xubuntu:~/source/rtmpdump$ wine ./rtmpdump
RTMPDump v2.4 e0056c5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL

svnpenn
11-07-2012, 08:33 PM
polarssl-1.2.0 has been released.
Are you going to submit a patch to the RTMPDump mailing list?
(We've only just had it patched to allow for polarssl-1.1.4)

My patches get ignored.

hyc
11-10-2012, 12:58 PM
My patches get ignored.

Nobody's patches got ignored.

http://lists.mplayerhq.hu/pipermail/rtmpdump/2012-July/002014.html

Or everybody's. Take your pick, but don't whine about it. The main reason this project gets less of my attention these days is because of all the whining.

svnpenn
11-10-2012, 03:55 PM
Nobody's patches got ignored.

http://lists.mplayerhq.hu/pipermail/rtmpdump/2012-July/002014.html

Or everybody's. Take your pick, but don't whine about it. The main reason this project gets less of my attention these days is because of all the whining.

You conveniently have ignored KSV "redirect" patch. Any basic program like wget or curl will follow HTTP redirect and well, yet we are stuck at 0 because of some "hurf durf" GPL

CyKiller
11-11-2012, 09:22 AM
svpenn, anyway you can compile the librtmp.so for android? I am having issues cross compiling in windows with eclispe - thinking I should move to linux.

hyc
11-13-2012, 02:45 AM
You conveniently have ignored KSV "redirect" patch. Any basic program like wget or curl will follow HTTP redirect and well, yet we are stuck at 0 because of some "hurf durf" GPL

Quit being an asshole. If you want to help, be helpful. If you want to be a whiner, get lost.

http://lists.mplayerhq.hu/pipermail/rtmpdump/2012-October/002145.html

I don't remember what patch you're talking about. I have a lot more projects than just this one. Stuff falls thru the cracks, that's why I posted the above message.

If there are intellectual property issues with a patch, then of course we're not going to touch it. You of all people should know by now that distributing code that you don't own will get you into trouble.

svnpenn
11-13-2012, 06:53 AM
Handle RTMP redirect

This patch allows RtmpDump to follow RTMP URL redirects. Before this you could
run rtmpdump --verbose and see the redirect URL

DEBUG: Property: <Name: redirect, STRING: rtmp://46.19.140.146:190/vod>

This patch simply automates the following process. Taken from KSV patch file
http://github.com/downloads/K-S-V/Scripts/rtmpdump-2.4.zip
Tested on
http://datastreaming.altervista.org/LA7.html

github.com/svnpenn/rtmpdump/commit/239a