View Single Post
  #1  
Old 05-06-2012, 11:30 PM
ercan ercan is offline
Junior Member
 
Join Date: Mar 2012
Posts: 8
ercan is on a distinguished road
Default

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?
Reply With Quote