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: Where can I download the latest version of rtmpdump (source + binaries)?Hi
Thanks for your work KSV. I've used the binaries with Windows. When the program runs it says:- Code:
RTMPDump v2.3 r568 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Code:
RTMPDump v2.3 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Is it a matter of editing a file before I compile? |
#22
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Linux like Ubuntu?make VERSION=r568
|
#23
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Linux like Ubuntu?Very close!
make VERSION=r568 gives:- Code:
RTMPDump r568 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL make VERSION="v2.3\ r568" This gives:- Code:
RTMPDump v2.3 r568 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL In case anyone's interested, this is the command I used to compile for Ubuntu:- Code:
svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump && \ cd rtmpdump && \ make VERSION="v2.3\ r568" && \ sudo checkinstall --pakdir "$HOME/Desktop" --pkgname rtmpdump \ --pkgversion "2.3-r568" --backup=no --deldoc=yes --default && sudo ldconfig |
#24
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Linux like Ubuntu?Quote:
tom@ubuntu:~/Downloads/rtmpdump-2.3$ make INC=-I/usr/local/ssl/include/ LDFLAGS=-L/usr/local/ssl/lib make[1]: Entering directory `/home/tom/Downloads/rtmpdump-2.3/librtmp' gcc -shared -Wl,-soname,librtmp.so.0 -L/usr/local/ssl/lib -o librtmp.so.0 rtmp.o log.o amf.o hashswf.o parseurl.o -lssl -lcrypto -lz /usr/bin/ld: /usr/local/ssl/lib/libssl.a(s23_meth.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC /usr/local/ssl/lib/libssl.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[1]: *** [librtmp.so.0] Error 1 make[1]: Leaving directory `/home/tom/Downloads/rtmpdump-2.3/librtmp' make: *** [librtmp/librtmp.a] Error 2 tom@ubuntu:~/Downloads/rtmpdump-2.3$ Can you please give an indication where it does go wrong? Thanks! |
#25
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Linux like Ubuntu?Which version of Ubuntu is installed?
|
#26
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Linux like Ubuntu?Ubuntu 11.04 it is
|
#27
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Linux like Ubuntu?No need to compile RTMPDump v2.3 yourself.
It's in the 11.04 repo. Code:
sudo apt-get install rtmpdump |
#28
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Linux like Ubuntu?thank you mr, that worked!
|
#30
|
|||
|
|||
Re: RTMPDump - how do I compile source code in Linux like Ubuntu?How to compile rtmpdump with KSV patches in Ubuntu 13.04
Download rtmpdump from git://git.ffmpeg.org/rtmpdump Code:
git clone git://git.ffmpeg.org/rtmpdump Code:
sudo apt-get install build-essential gcc make subversion libssl-dev Code:
patch -p0 -i Patch.diff Code:
rtmpdump installed cd librtmp make sudo cp librtmp.so.0 /lib cd .. Code:
make SYS=posix sudo make install |
Tags: compile, compile rtmpdump, compile rtmpdump linux, compile source code, cygwin, linux, mac os, mingw, rtmpdump, windows |
Thread Tools | |
Display Modes | |
|
|