Server side question: can I obtain a reference to the connection(s) of a client if i know his ID? I know I can use, if conn is an istance of IConnection:
conn.getClient().getId();

Can I do the opposite?
something like: IConnection conn = getConnection(clientId).


Another thing: if I want to start red5 from eclipse using ant, I create a project from existing ant buildfile (the build.xml). I then start the server by using "Run as.." on build.xml.
But how can I stop it?


I'm using red5 0.5 in windows XP.

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

Reply via email to