Record h.264 video in Flash without streaming server?

匆匆过客 提交于 2019-12-05 18:24:08

Adobe made sure that you need a streaming server for the recording.

At least Red5 server is free, and can be installed as part of your Air application.

Web applications will definitely need a streaming server.

Came across something interesting, which you might want to try also: http://www.zeropointnine.com/blog/updated-flv-encoder-alchem/

It uses an external library.

I would suggest a more free codec that h.264 or mp3 (about licensing with h.264: ZDnet article).

That being said, MicRecording (code) is an audio recording class that has been developed to save audio to a file.

It uses Adobe's Microphone class, which has a wealth of examples and ideas.

Flash 11 supports recording video in H.264 but not AAC. So you can record a video with H.264 and Speex.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!