My machine has 2 ip addresses, 192.168.1.99 and 192.168.1.100 .99 is running apache on port 80 and FMS on port 1935
I want red5 to run on port 80 and 1935 on .100 My red5.properties file looks like this: rtmp.host_port = 192.168.1.100:1935 debug_proxy.host_port = 192.168.1.100:1936 proxy_forward.host_port = 192.168.1.100:1935 rtmps.host_port = 192.168.1.100:1945 http.host=192.168.1.100 http.port=80 rtmpt.host=192.168.1.100 rtmpt.port=8088 When I start the server it binds to the right addresses and ports except for Jetty. It looks like it's impossible to assign jetty to any other ip address, it always picks the first it can find, in my case the one running apache. The log also shows it always tries to connect to 0.0.0.0, even though I changed it in the red5.properties file: [INFO] 13616 main:( org.mortbay.log.invoke ) Started SelectChannelConnector @ 0.0.0.0:80 netstat: tcp46 0 0 *.5080 *.* LISTEN tcp4 0 0 192.168.1.100.8088 *.* LISTEN tcp4 0 0 192.168.1.100.1936 *.* LISTEN tcp4 0 0 192.168.1.100.1935 *.* LISTEN Is this a bug? Thijs _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
