« Return to Thread: Saved live stream problem

Re: Shared Object Video Conference

by Sriprasertsuk Pao :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hello All,

I have started to study video conference by using Flex and Red5.
I applied the code from below website.
http://renaun.com/flex2/fms/VideoConferenceWDDJ/FlexVideoMain.html (Flex+FMS).
http://renaun.com/flex2/fms/VideoConferenceWDDJ/srcview/ --> to see the code

I modified some codes but it is still not working. I am still a newbie in Flex and red5.
I think that the problem is in the share objects.

If anyone has this kind of experience, please suggest me.
Thank you very much.

Sincerely,

Pao
/////////////////////////////////////////////////////////
  var results:Object = event.target.data;
        
  var usersArray:Array = new Array();
          for( var a:String in results ) {
                var obj:Object = new Object();
                   obj.name = results[ a ];
                   obj.identifier = a;
                   usersArray.push( obj );
               }
       dpUsers = new ArrayCollection( usersArray );


5GBのオンラインファイル保存サービス。Hotmailでファイル共有もできる! 無料!Windows Live Sky Drive
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

 « Return to Thread: Saved live stream problem