Thanks Storm for your answer ...
This means that there is not existing application which allow to connect 2
people together in the population connected users ?
In my application, we know the two names before connecting (we don't select
the user into the list). During the pooling we try to identify the name of
every user and recover the ID associated. But, and if I am not mistaken, it
is necessary to subscribe video to receive the name by using
videoPool.subscribe(evtObj.newStream.split("_")[1]); //inside the
processQue() : :Videoconference.as
after this subscribe, the updateName is called (inside the VideoPool.as) and
we can identify the name by evtObj.name ... but we already ask the
subscription of the video.
It is a problem for me because I want to subscribe to the video AFTER to
receive the name ? do you understand what I mean ? am I right ?
Another question, can you help me to clarify the goal of the getStream
function into the setID (always into the videoconference.as) ?
Thank you again
Regards
Steph
On 5/11/07, Storm <[EMAIL PROTECTED]> wrote:
uh...i suppose you'll need to keep a list of connected users and then
subscribe to speific videostream when clicking on somebody's name. Anyway
you'll need a more complex logic since scenarios like this can occurr
(following your example):
1. User titi wants to talk to user toto thus he cliks toto's name
2. Meanwhile toto decides to talk with tata so he click's tata's name
That's enough to mangle you're app if you're not meticulous, and it can
get worse:
3. tata feels like talking to titi...
Have fun ;)
On 5/11/07, Steph Steph <[EMAIL PROTECTED] > wrote:
> Hi everybody,
>
>
> I am using the fitcDemo server side and I am using the
> videoconference.swf client side. The problem is when several guys are
> connected at the same time to the videconference.swf, we see
> systematically all guys (max 6). The aim of my application is to communicate
> with a specific contact by cam to cam, thus 2 people.
> I modified the videoconference.swf (actionscript videopool.asespecially) in
order to see just 2 people but I can't connected the webcam
> to a specifique user.
>
> If I am not clear, an example : I am connected as "Toto" name and I
> would like to speak with "Titi", how can I speak with Titi only (even if
> there are others peolple connected) ? how can I identify each one ?
>
> Thank you very very to help me urgently
>
> Regards
>
> Steph
>
>
>
> _______________________________________________
> Red5 mailing list
> [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