Ruby on Rails Friday, October 29, 2010

I am currently writing an app and would like to stream videos through
a jwplayer or flowplayer. The video files are stored in a folder out
of public. So as first option I guess send_data should work, but I
don't know how to put together send_data and the player.

Or if there is any other option to deny the direct url input access to
those files via a handler and put the files on public directory.

Could someone point me in the right direction?

Any advice, or suggestions would be greatly appreciated.

Thanks in advance!

Ariel

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment