Skip to main content
September 19, 2013
Question

FLV Filesize

  • September 19, 2013
  • 1 reply
  • 380 views

Hi,

I am publishing a video for live streaming and same is to record on the server. But the file size if very large it makes 8 MB file within 1 minute. Following are my cam settings.

cam1 = Camera.getCamera("1");
cam1.setQuality(400000,0);
cam1.setMode(640,360,24,true);
ns.attachCamera(cam1);

Is there any way to compress the video size.

Please help.

This topic has been closed for replies.

1 reply

Inspiring
September 19, 2013

here are the specifics for how to use quality settings:

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Camera.html#setQuality%28%29

you can probably go down with the framerate from 24 to 12-15, if you have a mostly static picture (user in front of cam)