View Single Post
  #1  
Old 06-06-2010, 04:40 PM
mcpogue mcpogue is offline
Junior Member
 
Join Date: Jun 2010
Posts: 14
mcpogue is on a distinguished road
Question

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


Hello, I get the following error when attempting to start rtmpsuck:

Code:
ERROR: startStreaming, TCP bind failed for port number: 1935
ERROR: Failed to start RTMP server, exiting!
compiled from latest source 2.2e
created user rtmpsuck
redirected output with the following line:
Code:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner rtmpsuck -j REDIRECT
su to rtpmsuck
ran the server with -z option for debug output
got the error above
Reply With Quote