Some cams don't like to be forced to operate at a fixed FPS rate. Try running the cam at the default fps:
var iFps = cam.fps; cam.setMode (320, 240, iFps); Besides that ; if you set the quality to a very high number e.g. > 95 (%) then the size per frame will be so large that your fps will drop to less than 10/sec or worse. With a resolution like 320x240 a setting of 40000,90 gives a nice fluent stream while maintaining a low impact on bandwidth. Walter ----- Original Message ----- From: Max Gieselmann To: [email protected] Sent: Sunday, August 19, 2007 6:48 PM Subject: [Red5] cam.setquality(); has no effect! Hey! For publishing my Webcam on my webpage, I use the Red5 server. I use flash8 to stream my video to the server. In flash there some options to regulate the quality of the streaming-video. new Camera(); var cam:Camera= Camera.get(); cam.setMode (320, 240, 12); cam.setQuality(0,100); Whatever I type in, my stream quality remains the same. Even if I comment these settings out. new Camera(); var cam:Camera= Camera.get(); //cam.setMode (320, 240, 12); //cam.setQuality(0,100); Can you tell my why? Thanks Max ------------------------------------------------------------------------------ _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org -- I am using the free version of SPAMfighter for private users. It has removed 10674 spam emails to date. Paying users do not have this message in their emails. Get the free SPAMfighter here: http://www.spamfighter.com/len
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
