1

looking for a free audio recorder so user will be able to record him self and the record will be uploaded to the server (by Rails).

Is there something I can use to achieve this?

Maurício Linhares
  • 39,901
  • 14
  • 121
  • 158
AdamGold
  • 4,941
  • 4
  • 29
  • 47
  • It is not about Rails. It is more about Flash, Red5 or something like this. Rails can't record sound. – fl00r Aug 18 '11 at 14:49

1 Answers1

2

It is not so easy. There is no ready solution. You should setup your own media server, then pass to it sound (via Flash, I believe), record this sound on server and then store somewhere on server.

http://www.red5.org/

UPD

Similar question: How to record voice files using PHP, FLASH

Community
  • 1
  • 1
fl00r
  • 82,987
  • 33
  • 217
  • 237
  • Hi fl00r, thank you very much. Unfortunately I use heroku so as I understood I can't install red5. What can I do? Thank you very much! – AdamGold Aug 19 '11 at 12:18
  • @AdamGold, So you can do nothing – fl00r Aug 19 '11 at 12:26
  • Can't add voice recording feature on Heroku? – AdamGold Aug 19 '11 at 12:55
  • @AdamGold, no, there is no any solutions out of the box for Heroku. You can write your own media server on Ruby. – fl00r Aug 20 '11 at 12:46
  • @AdamGold you can use amazon's S3 only for the voice recorder upload thing. and can get the audio files from there on heroku. –  Oct 15 '13 at 08:42
  • sad when reading this.... geeez.... so where do we shall implement red5 opensource into the server other than heroku (for open/public non commercial purposes) ? – gumuruh May 13 '20 at 10:37