Hello , I have serious problems for my installation RM
i have Centos 5.1
dolphin 6.1 + ad-Ray with license
I'll tell you what I did and I hope you can tell me where is my fault.
I apologize in advance for my poor English because I'm from france.
I installed in the same folder jre and rms:
jre.6.0_10 and RMS_3.5.1 I voluntarily put in the file / usr / java /
I also opened the 3 ports via the following cmd :
$ /sbin/iptables -A INPUT -i eth0 -p tcp --dport 1935 -j ACCEPT
$ /sbin/iptables -A INPUT -i eth0 -p tcp --dport 1936 -j ACCEPT
$ /sbin/iptables -A INPUT -i eth0 -p tcp --dport 5080 -j ACCEPT
In the file access.dat I have :
myDomain.com;
in the ray.sh
I set the path for JAVA_HOME as such:
JAVA_HOME = / usr/java/jre1.6.0_10;
in the file run_doemon.sh
I set the path for RAY_SERVER_PATH as such:
RAY_SERVER_PATH = usr/java/RMS_3.5.1;
in the file red5.properties
Located in:
webapps\chat\WEB-INF\red5-web.properties i have this line :
webapp.virtualHosts = myipserver:1935
In Ray Base Settings I put the following info:
Your site name : myDomain.com
Use RMS : is Cheked
RMS address : myipserver
RMS Port : 1935
RMS HTTP Port : 5080
when I run. / ray.sh i have :
[RAY notification] Application started Global Server
[INFO] 2008-11-02 20:57:37,146 main:( org.springframework.web.context.ContextLoader.initWebApplicationContext ) Root WebApplicationContext: initialization completed in 54 ms
[INFO] 2008-11-02 20:57:37,150 main:( org.mortbay.log.invoke ) Started SelectChannelConnector@0.0.0.0:5080
[INFO] 2008-11-02 20:57:37,152 main:( org.red5.server.Standalone.main ) Startup done in: 43474 ms
Apparently it normally means that the server is operational
when I test this address:
http://myDomain.com:5080/
Apparently it works there is this sentence mention
"This page is used to test the proper operation of the Red5 server after it has been installed. If you can read this page
it means that the Red5 server installed at this site is working properly. "
but when I am trying this address
http://www.boonex.com/rms.html
by set the following fields:
SERVER IP : myipserver
PORT : 1935
APPLICATION : chat
I don't know what to put in the field "Connection parameters splitted with ","
i let it blank
I have the following error message that appears :
NetConnection.Connect.Failed
this is my usr/java/RMS_3.5.1/conf/jboss/red5.properties
# HTTP
http.host=0.0.0.0
http.port=8080
# RTMP
rtmp.host=0.0.0.0
rtmp.port=1935
rtmp.event_threads_core=16
rtmp.event_threads_max=32
# event threads queue: -1 unbounded, 0 direct (no queue), n bounded queue
rtmp.event_threads_queue=-1
rtmp.event_threads_keepalive=60
rtmp.send_buffer_size=271360
rtmp.receive_buffer_size=65536
rtmp.ping_interval=5000
rtmp.max_inactivity=60000
# RTMPT
rtmpt.host=0.0.0.0
rtmpt.port=8080
rtmpt.ping_interval=5000
rtmpt.max_inactivity=60000
# Debug proxy (needs to be activated in red5-core.xml)
proxy.source_host=127.0.0.1
proxy.source_port=1936
proxy.destination_host=127.0.0.1
proxy.destination_port=1935
usr/java/RMS_3.5.1/conf/red5.properties
# HTTP
http.host=0.0.0.0
http.port=5080
# RTMP
rtmp.host=0.0.0.0
rtmp.port=1935
rtmp.event_threads_core=16
rtmp.event_threads_max=32
# event threads queue: -1 unbounded, 0 direct (no queue), n bounded queue
rtmp.event_threads_queue=-1
rtmp.event_threads_keepalive=60
rtmp.send_buffer_size=271360
rtmp.receive_buffer_size=65536
rtmp.ping_interval=5000
rtmp.max_inactivity=60000
# RTMPT
rtmpt.host=0.0.0.0
rtmpt.port=8088
rtmpt.ping_interval=5000
rtmpt.max_inactivity=60000
# Debug proxy (needs to be activated in red5-core.xml)
proxy.source_host=127.0.0.1
proxy.source_port=1936
proxy.destination_host=127.0.0.1
proxy.destination_port=1935
thank u a lot p