I\'m running a Video Recorder application (written in ActionScript 3.0) from my local machine. It records using a Red5 server which is installed on a remote Amazon EC2 server.>
You need to use
// Ensure that no more than 43690.6(43K/second) is used to send video. camera.setQuality(43690.6,0);
This works for me. I used Amazon EC2 extra large instance.