Recording Audio through RTMP/Rails

Posted by Lowgain on Stack Overflow See other posts from Stack Overflow or by Lowgain
Published on 2010-04-26T21:22:01Z Indexed on 2010/04/26 21:23 UTC
Read the original article Hit count: 335

Filed under:
|
|
|
|

I am in the process of building a rails/flex application which requires audio to be recorded and then stored in our amazon s3 account. I have found no alternative to using some form of RTMP server for recording audio through flash, but our hosting environment will not allow us to install anything like FMS, Red5, etc.

Is there any existing Ruby/Rails RTMP solution that will allow audio recording? If not, is it possible for Rails to at least intercept the RTMP stream and then I can hope to reference red5 or something for parsing the data (long shot, I know)?

The other alternative I can think of is hosting a red5 server on another host and communicating with our rails app once the saving/uploading is done, which is not preferred.

Am I going to have any luck here?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails