PDA

View Full Version : How to improve video quality?


advika
03-15-2006, 07:13 AM
Hi all,

Using Flash Communication server i am recording video and audio. When i am playing it is looking like pixelated. No clarity.

What all settings i have to do to improve video quality. right now i didnot set any properties. Just i am attaching my camera and recording with netstream object and with another netstream object i am playing it.

Actally i am new in working with streams so i don't know what to set, Please kindly help me how to do this.

Thank you for your time and consideration.

regards
Advika

pitu
03-15-2006, 07:31 PM
go to macromedia comm server/ admin and you have the help on the left

check client side actionscript there are many settings for the camera bandwith, resolution etc... which will determine the quality of the stream that will be recorded...

radha
03-31-2008, 09:24 PM
Hi all,

I created small video chatting flash application which uses Flash server. when I play the video, quality is very poor and it is pixelated. No clarity. I used setMode,setQuality,setKeyFrameInterval methods but still no improvement. I am creating .swf file and embedded in html.

I am new to flash applicatiohs, would appreciate if any one can help me in improving the video quality.

Thank you

Radha

harilalkm
04-02-2008, 04:50 AM
hi,
i got the same problem .And i changed the setting in flash player. right click on the flash player select the camera tab and changed the `camera driver.

And also added these codes.
cam.setMode(400,300,25);
cam.setQuality(0,100);

try this out...

I am not sure...b'coz me also new to this media server... :)