[Red5] NEED HELP REMOVING/DELETING CLIENTS/USERS ASAP!!!
Prabhu Tamilarasan (omNovia)
ptamilarasan at omnovia.com
Tue Jul 8 06:42:11 PDT 2008
If you are trying to detect serverside whether someone closed their browser
window, you cannot do it reliably. One option to try is to set the rtmp
timeout value to a low number in your red5.properties file. This will tell
you after, e.g. 10 seconds, someone probably closed their browser window and
you did not detect that they have left. This will automatically disconnect
the client as well so you dont have to do anything.
next generation web conferencing
Prabhu Tamilarasan
Senior Software Engineer
675 Bering Drive, Suite 290
Houston, TX 77057 USA
www.omnovia.com
ptamilarasan at omnovia.com
T +1.281.500.4065 x 731
-----Original Message-----
From: red5-bounces at osflash.org [mailto:red5-bounces at osflash.org] On Behalf
Of PHUGpuba
Sent: Monday, July 07, 2008 2:31 PM
To: Red5 at osflash.org
Subject: [Red5] NEED HELP REMOVING/DELETING CLIENTS/USERS ASAP!!!
I have posted this a few times and have yet to resolve this issue.
I really need some help with this chat tool I'm building. I need to know
how, if possible, I can remove users when they have become idle! I need to
do this in as3.
The current tool:
Basically users log in anonymously, no name or password, they just click
connect.
I'm using a basic array to list/track users
something like this.
var userName:String = "user"+(Math.random()*10000);
var userArray:Array;
I need to know to remove or delete a user once they leave the browser window
etc...
PLEASE HELP!
--
View this message in context:
http://www.nabble.com/NEED-HELP-REMOVING-DELETING-CLIENTS-USERS-ASAP%21%21%2
1-tp18324768p18324768.html
Sent from the Red5 - English mailing list archive at Nabble.com.
_______________________________________________
Red5 mailing list
Red5 at osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org
More information about the Red5
mailing list