Can you tell me what's wrong here? I uploaded myJSON to myCDN (Amazon s3/ Cloudfront distro) and copied the URL to where my feed is located in AWS, but i'm getting a consistent error (below).
Note: I also tried using all the Video Formats below as well.
Can anyone help?
The url you posted is not a Cloudfront url. It should look something like
http://026550cf85f84b.cloudfront.net/...
More importantly, the url you posted is not accessible from a browser. I think the error is thrown because Roku cannot access your feed file and determine the video format.
@Baradanikto Thx for your reply! I thought it had to be a secure URL (eg: https://...) Is that not the case?
The below error is what I get when I tried to use the Cloudfront URL per your suggestion. I'm sure there's something missing in the URL (perhaps the actual JSON file)?
When I append the JSON file to this URL, I get the an error as well (see below):
When I append to the URL,I get the following below:
Which 1 of these Objects should I Append to the Cloudfront URL?
Here's what returned when I input the Cloudfront URL in my browser:
I don't think the URL for the feed needs "https". The URL should be the Cloudfront bucket you specified and the name of the feed file. Your feed file name looks incorrect because it contains "+".
Ok so I tried renaming the Json Feed File (essentially removing "+"...) and I'm still getting the error (see below). At this point, I'd like it if you could post a solution, which includes an example of what the validated URL out of Amazon S3/Cloudfront CDN actually does look like and has proven to work successfully on the Roku OTT Platform. Please sir.
@AaronMSpelling - would you have an example of a validated URL out of Cloudfront that's currently running a channel on Roku with success?
Zave
I agree with @AaronMSpelling . You may have an error in your feed file. The last url you posted looks OK assuming there are no spelling errors. Additionally, have you made sure that the S3 bucket is public?
A sample of the json feed file attached. That said, I don't think it's a format or build issue. Not able to find a successful Cloudfront URL that I could emulate? Or how about suggesting how to tweak the Roku Sample JSON Feed file. Any one of those solutions would be greatly appreciated.
As I indicated, your updated CloudFront URL looks OK. Have you made sure the S3 bucket is "public"? And, have you tried changing the video format to ".mp4"?
So I changed the s3 bucket to "public" per your suggestion (see below) and still get the same result/error.
I also tried "MP4" as my video format option; in fact, I tried all options (see below).
Direct Publisher JSON Feed using Amazon s3/Cloudfront as my CDN
Can Anyone produce a JSON Feed file with Amazon S3/Cloudfront URL that's currently running on the Roku Platform? Or can you suggest how to tweak the Roku Sample Feed URL to make it work for my channel?