Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #21  
Old 08-17-2011, 09:11 PM
advisethis advisethis is offline
Junior Member
 
Join Date: Jul 2011
Posts: 12
advisethis is on a distinguished road
Default

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
Keep getting that error
Reply With Quote
  #22  
Old 08-18-2011, 01:35 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: RTMPDump - how do I compile source code in Windows?


You need to install Perl

mingw-get install msys-perl
Reply With Quote
  #23  
Old 08-18-2011, 01:40 AM
advisethis advisethis is offline
Junior Member
 
Join Date: Jul 2011
Posts: 12
advisethis is on a distinguished road
Default

Re: RTMPDump - how do I compile source code in Windows?


Thanks for walking me through this.
Reply With Quote
  #24  
Old 09-22-2011, 02:41 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

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>
Reply With Quote
  #25  
Old 09-23-2011, 04:28 PM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

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
Reply With Quote
  #26  
Old 09-24-2011, 07:38 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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.
Reply With Quote
  #27  
Old 03-22-2012, 05:27 AM
_Nazar_ _Nazar_ is offline
Junior Member
 
Join Date: Mar 2012
Posts: 9
_Nazar_ is on a distinguished road
Default

Re: RTMPDump - how do I compile source code in Windows?


Does anyone tried to compile latest source from GIT?
Quote:
git://git.ffmpeg.org/rtmpdump
Quote:
make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static"
I got

Quote:
Could not locate specified path.
make: *** [librtmp/librtmp.a] Error 1
Reply With Quote
  #28  
Old 03-23-2012, 09:21 AM
_Nazar_ _Nazar_ is offline
Junior Member
 
Join Date: Mar 2012
Posts: 9
_Nazar_ is on a distinguished road
Default

Re: RTMPDump - how do I compile source code in Windows?


Read this article http://svnpenn.github.com/2012/03/rt...-polarssl-100/

Everything fine.
Reply With Quote
  #29  
Old 04-07-2012, 03:10 PM
RadiantThunder RadiantThunder is offline
Junior Member
 
Join Date: Apr 2012
Posts: 2
RadiantThunder is on a distinguished road
Default

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
Reply With Quote
  #30  
Old 04-07-2012, 10:27 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: RTMPDump - how do I compile source code in Windows?


Quote:
Originally Posted by RadiantThunder
Does this still work ?
The script works perfectly.

Honestly I dont know how you were able to mess it up.
Reply With Quote
Reply Post New Thread
Tags: , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:57 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons