Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

RTMPDump - how do I compile source code in Linux like Ubuntu?

(http://stream-recorder.com/forum/showthread.php?t=4229)

yetanotherday 03-21-2014 05:52 AM

Re: RTMPDump - how do I compile source code in Linux like Ubuntu?


 
Quote:

Originally Posted by StreamRecorder (Post 63479)
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
Install dependencies
Code:

sudo apt-get install build-essential gcc make subversion libssl-dev
Download KSV patch from https://github.com/K-S-V/Scripts/releases/tag/v2.4. Extract the archive and put the Patch.diff file into the folder with rtmpdump sources. Apply the KSV patch:
Code:

patch -p0 -i Patch.diff
If rtmpdump is already installed via sudo apt-get install, then do the following:
Code:

rtmpdump installed
cd librtmp
make
sudo cp librtmp.so.0 /lib
cd ..

Compile and install rtmpdump
Code:

make SYS=posix
sudo make install


you are my hero :D

greek33 07-10-2014 04:47 AM

Re: RTMPDump - how do I compile source code?


 
I couldn't find an rtmpdump file on my pc. do I create one?


All times are GMT -6. The time now is 03:04 PM.