Audio/video stream recording forums
Free Tutorials: How to Capture Streaming Video and Audio |
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#2
|
|||
|
|||
Re: RTMPDump - how do I compile source code?What OS do you want to compile for: Windows, Mac OS, Linux?
|
|
#3
|
|||
|
|||
Re: RTMPDump - how do I compile source code?I use Windows XP.
|
|
#4
|
|||
|
|||
Re: RTMPDump - how do I compile source code?I use Win 7
|
|
#5
|
|||
|
|||
Re: RTMPDump - how do I compile source code?The readme of rtmpdump says:
Code:
To compile just type $ make rtmpdump $ make streams or to cross compile $ make -f MakefileWIN32 rtmpdump $ make -f MakefileARM rtmpdump $ make -f MakefileARM streams I believe that in Windows you need cygwin, plus the boost libraries, libssl and gcc/c++ compiler should be available under cygwin. I saw a blog post about compiling rtmpdump 1.3d with Visual Studio 2008 without cygwin, but it is about an old version an the author wasn't sure he did everything properly. Please let me know how it goes... |
|
#6
|
|||
|
|||
Re: RTMPDump - how do I compile source code?cygwin instructions:
install cygwin during installation, get the following packages: Code:
gcc4-core, gcc4-g++, make, zlib, binutils, tar, gzip, bzip2, bash, coreutils, crypt, boost, libboost, boost-devel, openssl, openssl-devel start the cygwin console, and go into the dir with the source e.g. cd /cygdrive/c/Documents\ and\ Settings/username/Desktop/ unpack source by typing tar -zxvf rtmpdump-v1.6.tar.gz then cd rtmpdump-v1.6 use a good text program to edit MakefileWIN32 (not notepad!) change mingw32-gcc to gcc change mingw32-g++ to g++ change mingw32-ld to ld save MakefileWIN32 in the cygwin console, type make -f MakefileWIN32 now it should make rtmpdump quickly and give you rtmpdump_win32.exe common problems: Quote:
if you installed it somewhere else , you can specify it by editing the makefilewin32 and adding the correct path to your openssl to the cxxflags of MakefileWIN32: Code:
-I /usr/local/ssl/include/ Quote:
|
|
#7
|
|||
|
|||
Re: RTMPDump - how do I compile source code?What is the diference betwen rtmpdump compiled by myself and rtmpdump already compiled ???
|
|
#8
|
|||
|
|||
Re: RTMPDump - how do I compile source code?Quote:
Plus compiling is useful for those who are intended to make changes to rtmpdump. |
|
#9
|
|||
|
|||
Re: RTMPDump - how do I compile source code?when i download the source file the file makeWIN32 is not there.. wtf?
|
|
#10
|
|||
|
|||
Re: RTMPDump - how do I compile source code?Read the README, that's what it's there for.
|
|
| Tags: compile, rtmpdump |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do you use rtmp dump (rtmpdump tutorials)? | jace89 | rtmpdump | 11 | 03-10-2010 11:11 PM |
| i want source code or a tutorial to create a video conference application | ayuyu | Video conference software | 4 | 02-02-2010 11:37 AM |
| Where can I download the latest version of rtmpdump (source + binaries)? | Milardo | rtmpdump | 2 | 01-24-2010 09:33 AM |
| rtmpdump.com - freeware RTMP stream downloader (MacOS X, Linux, Windows) | Stream Recorder | rtmpdump | 30 | 12-27-2009 12:45 AM |
| GoDaddy working coupon codes: Discounts on Domains, Hosting, SSL,... (December 2008) | Stream Recorder | $$$ Discounts & special offers %%% | 1 | 12-04-2008 04:24 PM |