Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

FLV Filesize

Guest
Sep 19, 2013 Sep 19, 2013

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.

TOPICS
ActionScript
365
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Sep 19, 2013 Sep 19, 2013
LATEST

here are the specifics for how to use quality settings:

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Camera.html#setQualit...

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)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines