01-14-06 02:12 AM
Hi Mystery Person,
You can use an SO to indicate that you are online. Once someone has
logged on, you can then "turn on" your a/v stream. (Simply fire off
the function that does the send/receive.) Is that what you want?
HTH,
Bill
On Jan 9, 2006, at 11:48 PM, RR-007 wrote:
> 2006, and already more questions. Hope everyone is starting their
> year with
> a bang.
>
> It seems that when I stream a two-way video chat. I can only see
> the first
> person who started streaming.
> Is there a way to know if the other person is already on line in
> order to
> start the live stream that is going to be played once connection is
> successful.
> Any help would be greatly appreciated.
>
> This is a snipped of my code...
>
> mycam = Camera.get();
> mycam.setQuality(25600, 0);
> mymic = Microphone.get();
> mymic.setRate(11);
> ns_out.attachVideo(mycam);
> ns_out.attachAudio(mymic);
> hostVideo.attachVideo(mycam);
> ns_out.publish(userName);
> blinker.gotoAndPlay(2);
> ns_in = new NetStream(vConn_nc);
> viewerVideo.attachVideo(ns_in);
> ns_in.play(remoteUserName);
>
>
>
> --
> We don't stop playing because we grow old.
> We grow old because we stop playing.
> Live it a little and play some more,
>
> RR-007
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
bill sanders | www.sandlight.com | bloomfield, ct | 860-242-2260
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
[ Post a follow-up to this message ]
|