Question
FLV Filesize
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.