Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#21
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?Code:
Generate test_suite_aes.c make[1]: scripts/generate_code.pl: Command not found make[1]: *** [test_suite_aes.c] Error 127 make: *** [all] Error 2 |
#22
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?You need to install Perl
mingw-get install msys-perl |
#23
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?Thanks for walking me through this.
|
#24
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?I've tried following the directions here by svnpenn and I've gotten polarssl to compile but I cant get RTMPdump to.
I get the error below. Can someone help me out? Code:
c:\Projects\rtmpdump>make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static" make[1]: Entering directory `/c/Projects/rtmpdump/librtmp' gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL -O2 -c -o rtmp.o rtmp .c rtmp.c: In function 'RTMP_Connect1': rtmp.c:867:7: warning: implicit declaration of function 'ssl_set_ciphers' rtmp.c:867:7: error: 'ssl_default_ciphers' undeclared (first use in this functio n) rtmp.c:867:7: note: each undeclared identifier is reported only once for each fu nction it appears in make[1]: *** [rtmp.o] Error 1 make[1]: Leaving directory `/c/Projects/rtmpdump/librtmp' make: *** [librtmp/librtmp.a] Error 2 c:\Projects\rtmpdump> |
#25
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?Hmm. I also had some problems compiling RTMPdump. But it seems to me that your polarssl installation is not correct. For example "ssl_default_ciphers" is a function that should be in here: "C:\MinGW\include\polarssl\ssl.h"
Maybe this command "make DESTDIR=/MinGW install" (copies files into the root directory of your MinGW installation) failed. Verify that these directories do exit: C:\MinGW\include\polarssl\*some_polarssl_files* C:\MinGW\bin\*some_polarssl_files* C:\MinGW\lib\libpolarssl.a Btw, I also could only compile RTMPDump in this constellation: mingw-get-inst-20110530.exe -Use pre-packaged repository catalogues -Selected: MinGW Developer Kit (includes Perl) polarssl-0.14.3-gpl.tgz |
#26
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?http://lists.mplayerhq.hu/pipermail/rtmpdump/2011-September/001627.html
[rtmpdump] branch master updated. 6230845 PolarSSL support now requires version 1.0.0. Author: Howard Chu <hyc at highlandsun.com> AuthorDate: Sun Sep 25 03:07:14 2011 -0700 Last edited by svnpenn : 09-25-2011 at 06:14 AM. |
#27
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?Does anyone tried to compile latest source from GIT?
Quote:
Quote:
Quote:
|
#28
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows? |
#29
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?Does this still work ?
I did everything like in the article, but I get a load of 'undefined reference to' errors when issuing the command to make librtmp (the last make command). The only different thing i did was not using git from inside MinGW to download the source. (of course i edited the make command so it wouldn't use the git version tag) You can see what i mean in this screenshot |
#30
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Windows?Quote:
Honestly I dont know how you were able to mess it up. |
Tags: compile, compile rtmpdump, compile rtmpdump windows, rtmpdump, rtmpsrv, rtmpsuck, windows |
Thread Tools | |
Display Modes | |
|
|