it seems that shared objects do not synchronyse at when a client leaves the chat: http://64.124.52.252/chat/BasicChat.swf
open an instance open an second instance of the chat close the first instance: the user is still there ! it does refresh users only at the connection. I have tried with AS2.0 : the onSync works perfectly but does not works in Flex in AS3.0 Is this a bug of Flash 9 ? ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, June 29, 2007 5:51 PM Subject: Red5 Digest, Vol 22, Issue 173 > Send Red5 mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://osflash.org/mailman/listinfo/red5_osflash.org > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Red5 digest..." > > > Today's Topics: > > 1. Application (Gerwin Brunner) > 2. Re: Ivy 1.4.1 Implemented (Mondain) > 3. Admin Panel (Martijn van Beek) > 4. Re: Admin Panel (Mondain) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 29 Jun 2007 17:17:41 +0200 > From: Gerwin Brunner <[EMAIL PROTECTED]> > Subject: [Red5] Application > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Hello all, > > I'm just getting started with red5 and came across the following > problem: > > > I have the following Scope Structure: > > > - Global ( myClient) > - Application ( Games ) > - Room ( G1 ) > - Room ( G2 ) > > > I use the following command in Flash to connect to the server > (appName = Games) > > function connectAndAuthenticate(serverIP:String, appName:String, > userGameSessionId:String):Void { > trace("connecting to serverIP["+ serverIP +"] appName["+appName+"] > userGameSessionId["+userGameSessionId+"] ..."); > var connected:Boolean = nc.connect("rtmp://"+serverIP+"/"+appName, > userGameSessionId); > } > > Now I want to join the Room G1 > How can I do this in Java? > > I came up with the following code: > > conn.connect(G1); > > > 1.) Is this the right way to join a room? > > 2.) Why do I see in the log that the the client is connected to the > application again and than to the room? > Is there a way to just join the room ? > > > Thanks, > Gerwin > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://osflash.org/pipermail/red5_osflash.org/attachments/20070629/36e81530/attachment-0001.htm > > ------------------------------ > > Message: 2 > Date: Fri, 29 Jun 2007 08:24:31 -0700 > From: Mondain <[EMAIL PROTECTED]> > Subject: Re: [Red5] Ivy 1.4.1 Implemented > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > All you have to do in eclipse is add the Ivy dependency entry it manages > the > libraries, the IvyDE prefs file is checked into SVN so I dont know why > youre > seeing any error at all. > > Paul > > On 6/29/07, Dan Rossi <[EMAIL PROTECTED]> wrote: >> >> I redownloaded spring, even tried to include spring.jar it cant find >> >> import org.springframework.test. >> >> I'll just remove test from the build, I dont use it anyway :) >> >> Dan Rossi wrote: >> > It looks like That howto didnt do much because the command line ant run >> > seemed to download the dependancies. The problem that I overlooked is >> > that I had to readd all the libraries into the eclipse build path. >> > That >> > fixed most the problems, but the test directory is still broken >> > >> > ie these are missing >> > >> > import static org.junit.Assert.assertTrue; >> > import net.sourceforge.groboutils.junit.v1.MultiThreadedTestRunner; >> > import net.sourceforge.groboutils.junit.v1.TestRunnable; >> > >> > import org.junit.BeforeClass; >> > import org.junit.Test; >> > >> > Looks like junit is missing from the download. >> > >> > Mondain wrote: >> > >> >> I hear you and I understand, but I can alleviate some of your concern >> >> by letting you know that Ivy handles branches/tags and the ivy.xml >> >> goes with the revision so it will know exactly which jars to retrieve >> >> no matter where they may exist. I personally dont like adding jars to >> >> "source" control, to me it is a waste of space... spring-2.0.6.jar on >> >> revision 2140 should be exactly the same as spring-2.0.6.jar on >> >> revision 50000. >> >> Lastly, I put an artifact tag in the ivyconfig to point at cvsdude but >> >> it is not enabled.. it could be used just as simply as googlecode. :) >> >> >> >> Paul >> >> >> >> On 6/28/07, *Joachim Bauch* <[EMAIL PROTECTED] >> >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> >> >> Hi Paul, >> >> >> >> Mondain schrieb: >> >> > Ok.. I dont see the problem here, what I mean is I'm not >> >> "splitting" the >> >> > codebase. What I put on google is simply a library repository; >> >> all of >> >> > the jars are self-contained and self-versioned, they need not be >> >> merged >> >> > or updated. Whenever new versions of a particular library are >> >> released >> >> > we will place them in the repos if they are not available via >> >> ibiblio. >> >> > Do you feel better about this now? >> >> >> >> Not really ;) We are actually splitting the codebase if we have >> >> two >> >> repositories that have their own versions. We can't merge the two >> >> later >> >> as r123 in the cvsdude repository is different from r123 at google >> >> code. >> >> When we switch completely to gcode, we would have to reinitialize >> the >> >> repository, sync everything from cvsdude and then re-add the JAR >> files >> >> that were in gcode before. >> >> >> >> For these JAR files, we would lose the history (which I know isn't >> too >> >> bad as there is no real history per file), but more important also >> >> lose >> >> the targets of tags that were created for Red5 releases. If >> somebody >> >> wants to get say Red5 0.6.3 anytime in the future, he must be able >> to >> >> check out a tag and get exactly the files that were used for this >> >> release. This won't work if we reference rXXXX in the gcode >> >> repository >> >> from the tag now and rXXXX will change to rYYYY when we merge with >> the >> >> cvsdude repository. >> >> >> >> Hope that made my concerns a bit clearer :) >> >> >> >> Joachim >> >> >> >> >> >> _______________________________________________ >> >> Red5 mailing list >> >> [email protected] <mailto:[email protected]> >> >> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> It is difficult to free fools from the chains they revere. - Voltaire >> >> >> ------------------------------------------------------------------------ >> >> >> >> _______________________________________________ >> >> 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 >> > >> > >> >> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > > > -- > It is difficult to free fools from the chains they revere. - Voltaire > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://osflash.org/pipermail/red5_osflash.org/attachments/20070629/31184d99/attachment-0001.htm > > ------------------------------ > > Message: 3 > Date: Fri, 29 Jun 2007 17:35:04 +0200 > From: "Martijn van Beek" <[EMAIL PROTECTED]> > Subject: [Red5] Admin Panel > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > I'm building an Admin Panel, it's not finished but I want to release as > soon > as possible: > > http://martijnvanbeek.net/weblog/31/red5_admin_panel_0.1.html > > Is it possible to retrieve information about current steams? > And bandwidth use? > > Martijn van Beek > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://osflash.org/pipermail/red5_osflash.org/attachments/20070629/8c91e94a/attachment-0001.htm > > ------------------------------ > > Message: 4 > Date: Fri, 29 Jun 2007 08:51:31 -0700 > From: Mondain <[EMAIL PROTECTED]> > Subject: Re: [Red5] Admin Panel > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Looks nice.. maybe you and Carl should get together on this... > > On 6/29/07, Martijn van Beek <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I'm building an Admin Panel, it's not finished but I want to release as >> soon as possible: >> >> http://martijnvanbeek.net/weblog/31/red5_admin_panel_0.1.html >> >> Is it possible to retrieve information about current steams? >> And bandwidth use? >> >> Martijn van Beek >> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> > > > -- > It is difficult to free fools from the chains they revere. - Voltaire > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://osflash.org/pipermail/red5_osflash.org/attachments/20070629/ac6bc965/attachment.htm > > ------------------------------ > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > > End of Red5 Digest, Vol 22, Issue 173 > ************************************* ___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
