View Single Post
  #2  
Old 05-07-2012, 07:40 AM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: How to install rtmpdump v2.4 on ubuntu


Quote:
Originally Posted by ercan View Post
Can anyone help me this problem?
Hi
I use this method to compile and install RTMPDump with Ubuntu 11.04 ...

Code:
sudo apt-get remove rtmpdump
Code:
sudo apt-get install build-essential git libssl-dev checkinstall
Code:
cd ~/
Code:
git clone git://git.ffmpeg.org/rtmpdump
Code:
cd rtmpdump
Code:
version="$(git log -1 --abbrev-commit | grep commit | cut -d' ' -f2)"
Code:
make VERSION="v2.4\ $version"
Code:
sudo checkinstall --pakdir "$HOME/Desktop" --pkgname rtmpdump --pkgversion "2.4+git$(date +%Y%m%d)" --backup=no --default && sudo ldconfig
Reply With Quote