I need to record audio clips from web browser using flash and store them as mp3 files on S3. The application is written in Ruby on Rails, but I suppose its not too relevant here.
We already did this once in another project few years ago. At the time we did it by writing a custom extension to Red5 media server + some cron jobs to upload mp3s.
We didn't really like Red5 though so this time I'd like to see if there are easier options.
We don't need streaming, and we don't need video. Just simple audio recording to mp3 format.