Have you modified the config.xml for the client side IP/Port configurations?
2010/9/29 prashant <[email protected]> > I finally able to install openmeetings on my windowsXP. It works fine > locally. But when I try to connect from other machine on LAN, I get > NetConnection.Connect.Failed error > rtmpt://...:8080/openmeetings/hibernate > > There is no specific error message, this is log while server boot.. > > 2010-09-29 10:28:32,610 [main] INFO > o.a.coyote.http11.Http11NioProtocol - Initializing Coyote HTTP/1.1 on > http-8088 > 2010-09-29 10:28:32,610 [main] INFO > o.r.server.tomcat.rtmpt.RTMPTLoader - Starting RTMPT engine > 2010-09-29 10:28:32,720 [main] INFO > o.a.coyote.http11.Http11NioProtocol - Starting Coyote HTTP/1.1 on > http-8088 > 2010-09-29 10:28:32,730 [main] INFO > org.red5.server.tomcat.TomcatLoader - Dedicated RTMPS server > configuration was not specified > > Do I miss any configuration step? > > > # Socket policy > policy.host=0.0.0.0 > policy.port=843 > > # HTTP > http.host=0.0.0.0 > http.port=5080 > https.port=8443 > > # RTMP > rtmp.host=0.0.0.0 > rtmp.port=1935 > rtmp.io_threads=16 > rtmp.connect_threads=4 > rtmp.send_buffer_size=271360 > rtmp.receive_buffer_size=65536 > rtmp.ping_interval=1000 > rtmp.max_inactivity=60000 > rtmp.tcp_nodelay=true > > # RTMPS > rtmps.host=0.0.0.0 > rtmps.port=8443 > rtmps.ping_interval=5000 > rtmps.max_inactivity=60000 > rtmps.max_keep_alive_requests=-1 > rtmps.max_threads=20 > rtmps.acceptor_thread_count=2 > rtmps.processor_cache=20 > # RTMPS Keystore Password > rtmps.keystorepass=password > > # RTMPT > rtmpt.host=0.0.0.0 > rtmpt.port=8088 > rtmpt.ping_interval=5000 > rtmpt.max_inactivity=60000 > rtmpt.max_keep_alive_requests=-1 > rtmpt.max_threads=20 > rtmpt.acceptor_thread_count=2 > rtmpt.processor_cache=20 > > # MRTMP > mrtmp.host=0.0.0.0 > mrtmp.server=localhost > mrtmp.port=9035 > mrtmp.event_threads_core=4 > mrtmp.event_threads_max=32 > # event threads queue: -1 unbounded, 0 direct (no queue), n bounded > queue > mrtmp.event_threads_queue=0 > mrtmp.event_threads_keepalive=60 > mrtmp.send_buffer_size=271360 > mrtmp.receive_buffer_size=65536 > mrtmp.ping_interval=5000 > mrtmp.max_inactivity=60000 > mrtmp.tcp_nodelay=true > > # 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 > > # JMX > jmx.rmi.port.registry=9999 > jmx.rmi.port.remoteobjects= > jmx.rmi.host=0.0.0.0 > jmx.rmi.ssl=false > > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<openmeetings-user%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
