Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exitingHello, 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! 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 got the error above |
#2
|
|||
|
|||
Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exiUbuntu does not have a su account; as installed you can only sudo from your user account.
Create a su account to fix your problem. see http://stream-recorder.com/forum/ins...html#post17938 |
#3
|
|||
|
|||
Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exiI did as you said, same error...what am I doing wrong? even ran rtmpsuck with root privileges and did not work. Help?
|
#4
|
|||
|
|||
Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exiThis is how i go about using rtmpdump in ubuntu and it works for me in versions 9.04-10.04 of ubuntu.
|
#5
|
|||
|
|||
Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exiHave now compiled this software on both fedora 13 and ubuntu 10.4 LTS using the command "make SYS=posix". I have OpenSSL 10.0.0a installed as well as zlib 1.2.5 all three compled without errors.
Have followed all instructions to the letter, I don't think the problem is the proxy itself. According to the error, something is preventing the proxy from binding to it's port, ergo the proxy aborts and exits, what could cause this? |
#6
|
|||
|
|||
Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exiCant see what the problem is myself.
Did you flush the previous monitoring rules? With Code:
sudo iptables -t nat -F |
#7
|
|||
|
|||
Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exiQuote:
Code:
./rtmpsuck But when I launch rtmpsrv Code:
./rtmpsrv Code:
ERROR: startStreaming, TCP bind failed for port number: 1935 ERROR: Failed to start RTMP server, exiting! Code:
sudo iptables -t nat -F 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. |
#8
|
|||
|
|||
Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exiQuote:
|
Tags: error, failed to start, rtmp, rtmp server, rtmpsrv, rtmpsuck, start, ubuntu, ubuntu lucid |
Thread Tools | |
Display Modes | |
|
|