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
