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?