How to install rtmpdump v2.4 on ubuntuHi everyone,
Code:
sudo apt-get install git Code:
ercan@ubuntu:~/rtmpdump$ sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT "sudo apt-get install rtmpdump" When i wrote this line, v2.3 is installed. I couldun't solve this problem. Can anyone help me this problem? |
Re: How to install rtmpdump v2.4 on ubuntuQuote:
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 |
Re: How to install rtmpdump v2.4 on ubuntuThank you very much. :)
|
Re: How to install rtmpdump v2.4 on ubuntuI tried to install on debian operation sistem. But an error occered.
Code:
sudo checkinstall --pakdir "$HOME/Desktop" --pkgname rtmpdump --pkgversion "2.4+git$(date +%Y%m%d)" --backup=no --default && sudo ldconfig Code:
bash: checkinstall: command not found |
All times are GMT -6. The time now is 04:55 AM. |