Hi,
Activating log4j to debug your application: Find for the conf folder and in that log4j properties file. Add this line under #Red5 log4j.logger.org.red5.server.webapp.your app folder name.your app name=INFO Hope it works fine. Regards, Prashanth No matter how bad things may seem, with a little hope and determination, they will always get better. _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, July 05, 2007 1:32 PM To: [email protected] Subject: Re: [Red5] Mysql example? Hi all, Since one week i'am trying to register stream in a mysql database , but i am still a beginner in JAVA, i have method in my class ApplicationAdaptater who works well , but when i try to connect to Mysql server nothing happen.I get lost with that. Moreover i want to know how activate log4j to debug my Application. this is the code i try to make working : http://www.mail-archive.com/[email protected]/msg09864.html Do you have a simple example with mysql ,i try the tutorial but nothing seems to work (i know this my fault , tutorials are great). I am on debian etch , i compile with javac and jar command and i have already import the mysql connector in my jar lib. Regards. Yann. ----- Original Message ----- From: Storm <mailto:[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, July 05, 2007 8:20 AM Subject: Re: [Red5] multiple Video conference simultaneously Uh...here you go, just a schema, this won't even compile: Let nc be your NetConnection instance. //handler for "destroyRoom button" client side { nc.call("kickEveryone"); } //server method public void kickEveryone(){ IConnection conn= Red5.getConnectionLocal(); IScope scope=conn.getScope(); Iterator<IConnection> it = scope.getConnections(); while (it.hasNext()) { IConnection conn2 = it.next(); conn2.close(); } } } On 7/4/07, vikramchhetryy <[EMAIL PROTECTED]> wrote: I am already running 5 days late in my project. Could you please give me code for this. Or direct me to someone who has done this before. Really thankful for your replies, Regards, Vikram -- View this message in context: http://www.nabble.com/multiple-Video-conference-simultaneously-tf3994414.htm l#a11433605 Sent from the Red5 - English mailing list archive at Nabble.com. _______________________________________________ Red5 mailing list [email protected] <mailto:[email protected]> http://osflash.org/mailman/listinfo/red5_osflash.org -- ------------------------------------------------------------------- If a man speaks in a forest and his wife is not there, is he still wrong? _____ _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
