I want my users to record audio/video and post that to other users.
- Is it possible to record video through Flash's and receive encoded video on server side without any further processing (i.e. just saving the stream to a file)? I did some Google search and found that it's possible with new microphone API (http://www.adobe.com/devnet/air/flex/articles/using_mic_api.html) Did anyone tried that already? 
- How easy is to use Red5 server for recording? How can i get the recorded video/audio file(s) from it? DO i've to write some logic for this?