But relative to what? in 2.3.8 it was relative to public. I have tried
placing it relative public and app/asset. Neither seems to work.
The generated html is
Is there a sample Rails 3.1 app that uses jw_player_helper?
Part of what I am trying to do is get the app ready to be hosted by
Heroku. I have about a gigabyte of videos and I remember reading that
that much stuff should be “provisioned”, whatever that means. How will
I change the name supplied to video_player (the method name in
jw_player_helper)?
Part of what I am trying to do is get the app ready to be hosted by
Heroku. I have about a gigabyte of videos and I remember reading that
that much stuff should be “provisioned”, whatever that means.
Yeah, I don’t think you can even deploy that large an app (with those
videos embedded) to heroku.
Move them to an external service like Amazon S3. It may take a little
work up front, but in return
You’ll be able to use heroku
On any platform, deployment will be much faster
You’ll probably find performance improves (my experience w/
moving some large product images to S3)
Monday, December 26, 2011, 10:11:39 AM, you wrote:
HS> On Mon, Dec 26, 2011 at 7:43 AM, Ralph S. [email protected] wrote:
Part of what I am trying to do is get the app ready to be hosted by
Heroku. I have about a gigabyte of videos and I remember reading that
that much stuff should be “provisioned”, whatever that means.
HS> Yeah, I don’t think you can even deploy that large an app (with
those
HS> videos embedded) to heroku.
HS> Move them to an external service like Amazon S3. It may take a
little
HS> work up front, but in return
HS> 1) You’ll be able to use heroku
HS> 2) On any platform, deployment will be much faster
HS> 3) You’ll probably find performance improves (my experience w/
HS> moving some large product images to S3)
Yeah … but how do I get the video player to point to it?
And, what, for instance, would I be pointing to?
Any overview of S3 provisioning that you might recommend?