Quote:
Originally Posted by ercan
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:
git clone git://git.ffmpeg.org/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