Quote:
Originally Posted by Stream Recorder
I downloaded rtmpdump 2.2e and followed the instructions. When I launch rtmpsuck
it starts without any problem.
But when I launch rtmpsrv
I get the same error:
Code:
ERROR: startStreaming, TCP bind failed for port number: 1935
ERROR: Failed to start RTMP server, exiting!
Tried
Code:
sudo iptables -t nat -F
to no avail.
I use Ubuntu 10.04 Lucid Lynx.
This probably happens because you can't use both rtmpsrv and rtmpsuck, but may be I'm wrong.
|
Only one program can listen on a TCP port at a time. If you started rtmpsuck then you have to stop it before you can run rtmpsrv.