Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

How to install rtmpdump v2.4 on ubuntu

(http://stream-recorder.com/forum/showthread.php?t=12325)

ercan 05-06-2012 11:30 PM

How to install rtmpdump v2.4 on ubuntu


 
Hi everyone,

Code:

sudo apt-get install git
git clone git://git.ffmpeg.org/rtmpdump
sudo apt-get install build-essential subversion zlib1g-dev libssl-dev
cd /home/ercan/rtmpdump rtmpdump
make SHARED= SYS=posix

I wrote this code respectively. But after that i run the "rtmpsrv" code. The error is given like this.

Code:

ercan@ubuntu:~/rtmpdump$ sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
ercan@ubuntu:~/rtmpdump$ rtmpsrv

"rtmpsrv" is not installed. You can install by typing the following lines
"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?

bat999 05-07-2012 07:40 AM

Re: How to install rtmpdump v2.4 on ubuntu


 
Quote:

Originally Posted by ercan (Post 45495)
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

ercan 05-10-2012 01:26 AM

Re: How to install rtmpdump v2.4 on ubuntu


 
Thank you very much. :)

ercan 05-11-2012 04:38 PM

Re: How to install rtmpdump v2.4 on ubuntu


 
I 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
When I wrote this line, error is like this,

Code:

bash: checkinstall: command not found
I tried on ubuntu system. It worked. But It's not work on debian system. How can i fixed this problem ?


All times are GMT -6. The time now is 04:55 AM.