Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: RTMPDump - how do I compile source code?Once you have built it as a cygwin build, you cannot remove the dependency on the cygwin DLL. You have to build it as a pure Windows/MinGW binary to avoid the cygwin dependency.
Why can't you just use the Windows build that we already published on the web site? It's a MinGW build. |
#12
|
|||
|
|||
Re: RTMPDump - how do I compile source code?thank you,hyc
|
#13
|
|||
|
|||
Re: RTMPDump - how do I compile source code?I have of course read this thread.
I tried for about 4 hours to get something to compile it yesterday to no avail. I was attempting to use MinGW which was referenced in another thread, however I am now downloading Cygwin. I just thought it would be relatively simple to compile the exe and put it some place for me to snag -- clearly thats not the case. Hopefully I will get it compiled today. Thanks for the help. |
#14
|
|||
|
|||
Re: RTMPDump - how do I compile source code?Uh yeah. The instructions are bad.
For one, I don't have a Makewin32 file in my source code. For two, I can't compile the source code with Cygwin, all i get is a prompt that says "make posix" or "make mingw", neither of which work. Could somebody please compile this source for me so I can grab the executable? it would be much appreciated ^.^ |
#15
|
|||
|
|||
Re: RTMPDump - how do I compile source code?I have progressed forward by moving r440 directory into cygwin/home/user/ directory.
I opened the 'makefile' and see there are other options like make cygwin. I typed make cygwin and this is the error it's throwing: The filename, directory or volume label syntax is incorrect *** librtmp/librtmp.a I looked in the librtmp directory, there is no file called 'librtmp.a' |
#16
|
|||
|
|||
Re: RTMPDump - how do I compile source code?Finally compiled -- After clearing out all my previous installs of MinGW and Cygwin and deleting everything/starting fresh i was able to use cygwin to get it compiled. Thanks for this -- it worked wonderfully.
|
#17
|
|||
|
|||
Re: RTMPDump - how do I compile source code?I was succesfull to compile it but get new error. When I use exercute file (ex: rtmpgw.exe) in Windows, this program get error: "Program too big to fit in memory". I don't know why? Can somebody give me some help? Thanks!
|
#18
|
|||
|
|||
Re: compile rtmpdump on windowsthis is the link to compile rtmpdump on windows
http://srpenn82.blogspot.com/2011/03/rtmpdump.html Quote:
|
#19
|
|||
|
|||
Re: compile rtmpdump on windowsQuote:
|
#20
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?http://svnpenn.blogspot.com/2011/06/rtmpdump-mingw.html
Install required packages mingw-get install libz mingw-get install msys-wget Install PolarSSL wget http://polarssl.org/code/releases/polarssl-0.14.3-gpl.tgz tar fx polarssl-0.14.3-gpl.tgz cd polarssl-0.14.3 make CC=gcc LDFLAGS="-L../library -lpolarssl -lws2_32" make DESTDIR=/MinGW install Install RTMPdump wget http://repo.or.cz/w/rtmpdump.git/snapshot/HEAD.tar.gz tar fx HEAD.tar.gz cd rtmpdump make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static" Optional, make librtmp.dll make SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static" |
Tags: compile, compile rtmpdump, compile rtmpdump windows, rtmpdump, rtmpsrv, rtmpsuck, windows |
Thread Tools | |
Display Modes | |
|
|