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:
|
#9
|
|||
|
|||
Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exithank you. how can I stop it? closing the terminal doesn't help.
|
#10
|
|||
|
|||
Re: Error when starting RTMPSUCK on Ubuntu 10.4 LTS: Failed to start RTMP server, exiTo stop/kill any app via the terminal use "Ctrl+c" while the terminal window is open.
If its been closed it should stop but if not run system monitor (System->Administration->System Monitor or Alt+F2 then type "gnome-system-monitor" without the quotes) search for the process in the Processes tab and either Kill or End it, this is the linux version of windows Ctrl+Alt+Del Theres also a cmd you can use from the terminal to end or kill processes that are already running but you need to know the exact process ID number and cant just kill it by app name "kill -9 process id" to get the exact id you can run from the terminal "ps aux" which will list every process currently running , and the user it belongs to. Its going to be a long list and the ID number will be next to the username. |
Tags: error, failed to start, rtmp, rtmp server, rtmpsrv, rtmpsuck, start, ubuntu, ubuntu lucid |
Thread Tools | |
Display Modes | |
|
|