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
  #11  
Old 03-02-2010, 11:04 PM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

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.
Reply With Quote
  #12  
Old 03-03-2010, 02:05 AM
wuang wuang is offline
Junior Member
 
Join Date: Mar 2010
Posts: 2
wuang is on a distinguished road
Default

Re: RTMPDump - how do I compile source code?


thank you,hyc
Reply With Quote
  #13  
Old 04-22-2010, 07:46 AM
withermage withermage is offline
Junior Member
 
Join Date: Apr 2010
Posts: 9
withermage is on a distinguished road
Default

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.
Reply With Quote
  #14  
Old 04-22-2010, 11:44 AM
withermage withermage is offline
Junior Member
 
Join Date: Apr 2010
Posts: 9
withermage is on a distinguished road
Default

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 ^.^
Reply With Quote
  #15  
Old 04-22-2010, 12:30 PM
withermage withermage is offline
Junior Member
 
Join Date: Apr 2010
Posts: 9
withermage is on a distinguished road
Default

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'
Reply With Quote
  #16  
Old 04-22-2010, 02:25 PM
withermage withermage is offline
Junior Member
 
Join Date: Apr 2010
Posts: 9
withermage is on a distinguished road
Default

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.
Reply With Quote
  #17  
Old 10-11-2010, 12:58 PM
orihancol orihancol is offline
Junior Member
 
Join Date: Oct 2010
Posts: 2
orihancol is on a distinguished road
Default

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!
Reply With Quote
  #18  
Old 04-01-2011, 09:36 AM
srpenn82 srpenn82 is offline
Banned
 
Join Date: Dec 2010
Posts: 29
srpenn82 is on a distinguished road
Default

Re: compile rtmpdump on windows


this is the link to compile rtmpdump on windows

http://srpenn82.blogspot.com/2011/03/rtmpdump.html

Quote:
Originally Posted by srpenn82.blogspot.com
Install
MinGW - http://sourceforge.net/projects/mingw/
Slik SVN - http://www.sliksvn.com/en/download/

PolarSSL
polarssl.org - http://polarssl.org/

make CC=gcc LDFLAGS="-L../library -lpolarssl -lws2_32"

move polarssl-0.14.2\include\polarssl to
MinGW\include\polarssl

move polarssl-0.14.2\library\libpolarssl.a to
MinGW\lib\libpolarssl.a

Compile
svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump

mingw-get install libz

make CRYPTO=POLARSSL SHARED= SYS=mingw VERSION=r563

Notes:
if you have installed anything other than mingw-get install libz, you are going to need to reinstall MinGW
Reply With Quote
  #19  
Old 08-17-2011, 06:07 PM
advisethis advisethis is offline
Junior Member
 
Join Date: Jul 2011
Posts: 12
advisethis is on a distinguished road
Default

Re: compile rtmpdump on windows


Quote:
Originally Posted by srpenn82 View Post
this is the link to compile rtmpdump on windows

http://srpenn82.blogspot.com/2011/03/rtmpdump.html
Any update on this as following the above directions doesn't work?
Reply With Quote
  #20  
Old 08-17-2011, 07:46 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://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"
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:56 AM.


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