Can any one halp? how to upload a video in ruby on rails (ruby 1.8.7 and rails-2.3.8) -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Saritha, Checkout this http://www.pandastream.com/docs/. regards, Loganathan ViewMe <http://vizualize.me/loganathan> On Mon, Jun 4, 2012 at 2:01 PM, saritha chakilala <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> Can any one halp? how to upload a video in ruby on rails (ruby 1.8.7 and > rails-2.3.8) > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Do you want to upload a video from your clients browser to your RoR instance or do you want to upload a video from your RoR instance to another server? Depending on your plans there are different answers to your question... Am 04.06.2012 10:31 schrieb "saritha chakilala" <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>:> Can any one halp? how to upload a video in ruby on rails (ruby 1.8.7 and > rails-2.3.8) > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
i want to upload a video to save in my database (mysql) and play it later time when i was click on the play button. can any one post the code using panda how to upload a video clip. -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Checkout any of these below for video upload. http://openrails.blogspot.in/2011/03/upload-videos-in-rails-using-floplayer.html https://rubygems.org/gems/paperclip-ffmpeg http://railscasts.com/episodes/134-paperclip regards, Loganathan ViewMe <http://vizualize.me/loganathan> On Mon, Jun 4, 2012 at 3:24 PM, saritha chakilala <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> i want to upload a video to save in my database (mysql) and play it > later time when i was click on the play button. > > can any one post the code using panda how to upload a video clip. > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I''ve never used Panda, but I''ve built an app to upload and encode videos. I used rails 2.3.x, the Paperclip gem, and ffmpeg, and it''s all very straight-forward. I have since upgraded to rails 3, upload straight to Amazon, and encode with Zencoder (http://zencoder.com/) My source is available at: https://github.com/kwiest/Teacher-Ducklings On Jun 4, 2:54 am, saritha chakilala <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> i want to upload a video to save in my database (mysql) and play it > later time when i was click on the play button. > > can any one post the code using panda how to upload a video clip. > > -- > Posted viahttp://www.ruby-forum.com/.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.
You usually upload a video by saving an instance of the video on disk (or on s3 for example), and saving a reference on the database so that you can retrieve it later. It''s easier to use existing gems for this, like paperclip[1] or carrierwave[2]. Unfortunately, I don''t think carrierwave is available for Rails 2.3.x, but feel free to check it out anyway. Their documentation should also answer your questions. [1] https://github.com/thoughtbot/paperclip [2] https://github.com/jnicklas/carrierwave On Jun 4, 1:31 am, saritha chakilala <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Can any one halp? how to upload a video in ruby on rails (ruby 1.8.7 and > rails-2.3.8) > > -- > Posted viahttp://www.ruby-forum.com/.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.