View Single Post
  #8  
Old 06-08-2010, 01:32 AM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exi


Quote:
Originally Posted by Stream Recorder View Post
I downloaded rtmpdump 2.2e and followed the instructions. When I launch rtmpsuck
Code:
./rtmpsuck
it starts without any problem.

But when I launch rtmpsrv
Code:
./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.
Reply With Quote