Need help to implement audio recording in rails application

Hi All,

I want to integrate audio recording functionality in rails 3 application, where user can able record their voice and to share it, I don’t know the way to proceed this.

I googled and found that red5 with flash player is the solution for this,but I didn’t find any tutorials to integrate red5 and flash, can anybody suggest me any tutorials or some other ways to implement this since I am pretty noob at this, thanks in advance.

regards, Loganathan ViewMe

Sure, I am still searching for the tutorial to integrate red5 with ROR, yet I didn’t find nice one,.

regards,

Loganathan ViewMe

+1 for an interesting topic. But flash is going to die out, so are there any HTML5 alternatives for the proposed solution?

Yes, but most of the media applications are still depends on Flash only. It will take some sort of time to move on with HTML5.

regards,

Loganathan ViewMe

You could use a HTML5 solution with a Flash fallback, to be more future-ready.

Dheeraj Kumar

Yes, I know but currently I am looking forward to integrate Red5 server because I hope without some media servers, the application will not handle heavy traffic. I will look into HTML 5 once I get this done.

regards, Loganathan ViewMe