Uploading a video in Rails

Hi Everybody,

I want to upload a video in my applicatiion. I have followed the following tutorial.

I was able to download the uploaded file, but couldn't play it. It was not visible too. When i click on the white page , i got the download link but not the play or the video.

Please guide me on this.

Your help is really appreciated.

Hi

I think the uploaded video is not converted into .flv format using ffmpeg.

You can also look into http://jimneath.org/2008/06/03/converting-videos-with-rails-converting-the-video/ for converting video into flv format. It is working fine for me

Gud Luck

Regards, Viswanathan P