Ruby on Rails Monday, December 26, 2011

On Mon, Dec 26, 2011 at 9:26 AM, Ralph Shnelvar <ralphs@dos32.com> wrote:

> Yeah ... but how do I get the video player to point to it?

Dunno; presumably the video player also supports passing a URL
as the video source. If not, that would be bad. But unlikely, I'd think :-)

> And, what, for instance, would I be pointing to?

Once you've uploaded your video files, you'll have a conventional
URL for each one, e.g.

http://myprojectname-assets.s3.amazonaws.com/yaddayadda.mov

> Any overview of S3 provisioning that you might recommend?

Just start here: http://aws.amazon.com/s3/

And for easy management of your media files from the command line:
http://s3tools.org/s3cmd

It sounds more complicated than it is. Trust me :-)

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

--
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