View Single Post
  #2  
Old 01-26-2015, 09:24 AM
solarc solarc is offline
Junior Member
 
Join Date: Jan 2015
Location: moon
Posts: 7
solarc is on a distinguished road
Default

Re: how to install customized rtmpdump binaries !! PLEASE HELP


Hi,

You read the first post of the link that you are referring to?
If you have Debian installed you just have to do what is explained there.

Quote:
Originally Posted by KSV View Post

assuming you have all tools (gcc, binutils etc.) and dependencies (OpenSSL, Zlib) installed correctly for your distribution.

1. clone the repository
Code:
git clone git://git.ffmpeg.org/rtmpdump
2. copy patch from package to rtmpdump directory and apply it
Code:
patch -p0 -i Patch.diff
3. then just compile and install normally
Code:
make
sudo make install prefix=/usr
And that's it.
Reply With Quote