Hi, im trying to use the following code to determine the bound host/ip 
set in this config rtmp.host. This should let me know which host the 
load balancer hardware is sending the connection to.

When I run this to send to the client

if (conn instanceof IServiceCapableConnection) {
            ((IServiceCapableConnection) conn).invoke("getConnection", 
new Object[]{conn.getHost()}, this);
            log.info("sending notification to "+conn);
}

Its giving me back the public ip the clients connect to not the class c 
ip I bound to red5 with rtmp.host.

Any ideas which method I can use here ?


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to