Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
aeustudios
Visitor

Amazon S3 Video Hosting

Anyone using Amazon S3 to host their videos? We currently host all our videos on our VPS. We have a lot of videos on our Amazon S3 service. When we try to add the Amazon URL links (in our XML files), they don't work.

Any suggestions?

Thank You in advance.
0 Kudos
2 REPLIES 2
malloys
Visitor

Re: Amazon S3 Video Hosting

S3 works just fine for me.
Have you set the bucket permissions to allow for public read for GETs and optionally, LISTs?
Once you've done that, there is nothing unusual about their generated urls.
However, If your content must be only accessed by pre-authorized users, you'll need to add code to deal with S3's unique authentication scheme as well.
0 Kudos
aeustudios
Visitor

Re: Amazon S3 Video Hosting

Thank You Malloys, that was the problem. The video permissions were not set for 'everyone'.

😄
0 Kudos