In my application handler I tried creating a child scope and adding a different connection (from another connected client) to that scope and got an exception. Sorry, don't have the exception handy.

I've been curious whether one connection can support multiple streams with the same scalability as a connection per stream or vice versa? My inclination is to conjecture they would scale the same - although I have no basis for this statement ....

-Jeff

On Feb 16, 2007, at 10:57 AM, Stanislaw Fiedor wrote:

OK, so.. does Red5 know that even if connected to two different scopes it is the same client? Because when I connect to two different scopes the client gets two different ID's. So I'm not sure whether it is possible - but I'll try to check this out.
----- Original Message -----
From: Storm
To: [email protected]
Sent: Friday, February 16, 2007 6:22 PM
Subject: Re: [Red5] connecting to multiple scopes/rooms over onenetConnection

AFAIK a client can be conected to several scopes BUT through different NetConnection instances.

On 2/16/07, Stanislaw Fiedor < [EMAIL PROTECTED]> wrote:
Hi!
I didn't get a answer before so I'll ask again:
Can a single FlashClient be connected to multiple rooms over a single NetConnecton Object, because in the Red5 API in the IClient Interface there is the "getScopes()" method - so Scopes would mean to me that:
1. it is possible (but if - then how?)
or
2. Red5 can recognize that the connecting Client over a new NetConnection Object with the path to another room, is the same and so he adds the Scope to the getScopes Collection.
Hoping for your help..
stfurca
----- Original Message -----
From: Stanislaw Fiedor
To: [email protected]
Sent: Thursday, February 15, 2007 12:57 PM
Subject: [Red5] connecting to multiple scopes/rooms over one netConnection

Hello,
is it possible to simultaneously be connected to multiple rooms/ scopes over only one NetConnection ?? If yes then how...?
BR
stfurca


_______________________________________________
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




--
-------------------------------------------------------------------
"Nos gusta los domingos ir al parque a pinchar los globos de los niƱos para verlos llorar" .- Eskorbuto


_______________________________________________
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

Reply via email to