audio/video file read

Hi All,

I want to read an audio/video file using rails.

please suggest me how can i achieve it!!

Thanks,

Saurabh

Hi All,

I want to read an audio/video file using rails.

please suggest me how can i achieve it!!

Well at a basic level File.read will read the bytes from any file, but I rather suspect that isn't the answer you are looking for. What do you want to do with these files ?

Fred

Frederick Cheung wrote:

What have you found/tried so far?

Checkout this links

http://raa.ruby-lang.org/project/ruby-audiofile/

I think this will help u...

Thanks Brijesh Shah

No I don't have ne idea abt this..I found these links by googling.

You're missing the audiofile-dev on your linux distribution... is it installed, and is it ruby-dev installed too?