Hi,

I am also working on live webcam video..
How you are doing encoding? I need help in this.

You said that you are doing encoding? how you are doing that in to H.264..

Thank you,
Lavanya.

On Sat, Nov 21, 2009 at 7:30 PM, FlexyRIA <[email protected]> wrote:

> We are working on a simple audio/video live conference (flash (AS3)
> application using FMIS 3.5)
> app have local cam and streaming (live video) preview 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 just setting the cam Quality
> /****** 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
>
> Can anyone have any idea or any help on this, please send us the
> correct setting /code for doing better encoding in FMIS 3.5, using
> Action Script 3.0
>
> 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]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=.
>
>
>
--
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=en.

Reply via email to