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