Flex Video Chat

So just this past week, I hosted a party for some former classmates of mine, and thought it would be great if classmates who could not attend the event in person have a way to still be part of the party and interact with those who did attend. The obvious thought was to have a chat application, but wanted to take it a step further and add a live video stream, and integrate the two together. I found a simple Flex chat application that was put together by Stefan Richter which used Flash Media Server as the central connecting point, and to add the live video stream I just integrated my live weather widget application posted earlier which is basically an FMS live video stream.
Some of the issues that came up was the incredible lag time between the live broadcast stream and when the end users received it. The lag got progressively worse the longer the steam played. After some research it was discovered that an apparent bug cases this and the workaround is to specifically set the microphone bitrate to 22Khz:microphone = Microphone.getMicrophone();
microphone.rate = 22;
For simplicity, I created two separate applications in the Flex project. One for the end users, and one for the broadcaster. Both are very similar, but each uses it's own unique Video Pod component. One plays the video, and the other publishes it.
Check out the source code here.
-Christopher Keeler
You are not logged in, so your subscription status for this entry is unknown. You can login or register here.
Thx
Best!
http://www.swfflex.com/flexprojects/videoChat/srcview/index.html
http://www.flv-to-video.com
I am a rookie in Flex.
Thanks for the source code.
I was able to run the FMSVideoChatBroadcaster andsee my video there.
When i try to run FMSVideoChat and connect as a different user,
it says "CONNECTING TO LIVE STREAM...." and is stuck there for ever..
Am i missing something?
My setup:
Vista
FMS3.5.1
FBuilder 3
Also i see the below error in the log:
ReferenceError: Error #1069: Property onBWCheck not found on flash.net.NetConnection and there is no default value.
Any hint/suggestion is highly appreciated.
Thanks in Advance,
Anil
I am new to flex. I got the source course & i have FMS server also.
How i can install this script with fms.
Any one help me where i have to paste this source code & how can i run to see the o/p?
Regards,
Vani
When i try to run FMSVideoChat and connect as a different user,
it says "CONNECTING TO LIVE STREAM...." and is stuck there for ever..
im having the same problem how find a solution for that??????
thanks hugs
I created a folder on the FMS application directory called flexchat
But when I enter my name and hit the submit button the clock comes up and it never ends, no error message is displayed neither.
I am using FMS3.5 and Flex 3.1
I will appreciate any help!
Thanks
