We are working on a simple audio/video live conference (Flex 3
application using FMIS 3.5)
app have local cam and streaming (live video) view for the user.
All is working fine, only the problem we are facing that stream video
is responding very slow (showing action in some delay about 3-4 second
or more), we want to make it fast and maintain the good quality.

I think we are missing something for doing proper encoding of live web
cam video
Right now we are setting the cam Quality as below for the publishing
and encoding cam video.

/****** Camera Settings****/
cam=Camera.getCamera();
cam.setKeyFrameInterval(9);
cam.setMode(320,240,15);
cam.setQuality(7000,80);
/****** Microphone Settings ******/
mic=Microphone.getMicrophone();
//mic.gain=85;
//mic.rate=11;
//mic.setSilenceLevel(15,2000);

We have bandwidth limit - max 756 kbps
Video size (320*240)
We need to use H.264

we are missing something for better encoding in current status.
If anyone have any idea or any help on this, please reply soon.

Thanks.

--

You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=.


Reply via email to