Have fixed on trunk will add to maintainance branch later.
-- Luke
On 4/29/06, sobluesky <
[EMAIL PROTECTED]> wrote:
public class Client extends AttributeStore
implements org.red5.server.api.IClient {
public boolean equals(Object obj) {
if(!(obj instanceof Client)) return false;
final Client client = (Client) obj;
return client.getId() == getId();// is here supposed to use .equals, since .getId() returning String ???
}}
sobluesky2006-04-29
发件人: [EMAIL PROTECTED]发送时间: 2006-04-29 05:18:04收件人: [email protected]抄送:主题: Red5 Digest, Vol 8, Issue 121Send Red5 mailing list submissions toTo subscribe or unsubscribe via the World Wide Web, visitor, via email, send a message with subject or body 'help' toYou can reach the person managing the list atWhen replying, please edit your Subject line so it is more specificthan "Re: Contents of Red5 digest..."Today's Topics:1. Re: Problems with Red5 and OpenLaszlo (John Grden)----------------------------------------------------------------------Message: 1Date: Fri, 28 Apr 2006 17:17:56 -0400From: "John Grden" <[EMAIL PROTECTED] >Subject: Re: [Red5] Problems with Red5 and OpenLaszloMessage-ID:Content-Type: text/plain; charset="iso-8859-1"LOL sweeeeeeet - creating a video object without having to add the asset tothe library or have it on stage. LOVE THAT IDEAOn 4/28/06, Sarah Allen <[EMAIL PROTECTED] > wrote:>>> Sebastian and I are working on creating some LZX APIs to make app> development easier (the Flash video object can now be created by the> compiler, so you don't have to load the swf at runtime as Paco describes).> We've just created an OpenLaszo branch so we can work together and I'm> focused on merging our thus far disparate efforts and getting them checked> in.>> It's good to see another OpenLaszlo developer on this list!>> Sarah>>> On Fri, Apr 28, 2006 at 7:39 AM, Sebastian Wagner wrote:>>> hi,>> i had the same problem but it just depends on your configuration of red5.> There are some config-files in the webapp-directory and one global config> file. Maybe the tutorials of Joachim Bauch will help you> he's also reading this mailing list so maybe yo get help if you have> problems.>> regards> sebastian>>> 2006/4/23, Oscar Pereira < [EMAIL PROTECTED] >: Hello everyone,> I hope you can help me. I'm starting using Red5 and> I looked how to make Red5 work with OpenLaszlo. So, I started with Paco> Hern?ndez's thread ( *http://www.openlaszlo123.org/?p=4* <http://www.openlaszlo123.org/?p=4 >)> . The problems I'm having: <http://www.openlaszlo123.org/?p=4 >> - The code works fine using localhost. But, when I put> my IP <http://www.openlaszlo123.org/?p=4 >> instead, it doesn't work...> - When I refresh the web page, it stops the> streaming. <http://www.openlaszlo123.org/?p=4 >> I'm researching a lot, looking for how to solve these, specially the first> one.... If you could help me I would be very thankful.> So long! <http://www.openlaszlo123.org/?p=4 >> Oscar <http://www.openlaszlo123.org/?p=4 >> Brazil <http://www.openlaszlo123.org/?p=4 >>>> __________________________________________________> Fa?a liga??es para outros computadores com o novo Yahoo! Messenger> *http://br.beta.messenger.yahoo.com/* <http://br.beta.messenger.yahoo.com/ > <http://br.beta.messenger.yahoo.com/ >>> _______________________________________________> Red5 mailing list> [EMAIL PROTECTED]> *http://osflash.org/mailman/listinfo/red5_osflash.org* <http://osflash.org/mailman/listinfo/red5_osflash.org >>>>>>> --> Sebastian Wagner> Bleichstra?e 92> 75173 Pforzheim> Tel.: 0177-7341829> Home: 07231-417456> [EMAIL PROTECTED]>> ------------------------------>>> _______________________________________________> Red5 mailing list> [EMAIL PROTECTED]> *http://osflash.org/mailman/listinfo/red5_osflash.org* <http://osflash.org/mailman/listinfo/red5_osflash.org >>> _______________________________________________> Red5 mailing list>>>--John Grden - Blitz-------------- next part --------------An HTML attachment was scrubbed...------------------------------_______________________________________________Red5 mailing listEnd of Red5 Digest, Vol 8, Issue 121************************************
_______________________________________________
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
