Recording high quality video using Flash and Red5 Media Server

后端 未结 2 1718
孤城傲影
孤城傲影 2021-01-23 09:23

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.

2条回答
  •  长发绾君心
    2021-01-23 10:07

    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.

提交回复
热议问题