View Single Post
  #6  
Old 01-27-2015, 12:25 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

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


Quote:
Originally Posted by Saleh Amran View Post
thank u man

i've done what u told me to do

but this was the problem.

" patch -p0 -i Patch.diff "

that what happens



help ?

in normal terminal not in administrator terminal
Code:
cd /home/user/
with user the name of your session
Code:
git clone git://git.ffmpeg.org/rtmpdump
Code:
cd rtmpdump
Code:
wget -c https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
Code:
unzip rtmpdump-2.4.zip
Code:
rm -R *.exe *License.txt librtmp.dll
Code:
patch -p0 -i Patch.diff
Code:
make
Code:
su
enter your password to be root
Code:
make install prefix=/usr
Code:
exit
Reply With Quote