sujithdb
7 years agoVisitor
Accessing Video content from Vimeo - best approach!
Hello All,
I am pretty new to ROKU world! Not sure if my below question really makes sense and looking for an expert opinion on the following question.
Which is the best way to access the video content from Vimeo Premium account? and Why?
Option#1 -
Step1. Upload videos to Vimeo and update the required metadata.
Step2. Use a custom app to generate a customized JSON feed file using Vimeo API (feed file with Video details, links to video & thumbnail, etc).
Step3. Host this feed file on some server (like AWS S3)
Step4. The ROKU channel will access the feed file once from the hosted location of feed file.
Step5. Details available in channel and play as usual
Option#2 -
Step1. Upload videos to Vimeo and update the required metadata (same step as option#1).
Step2. Various screens within the channel will directly access Vimeo endpoints (like album / channel) via Vimeo API and retrieve JSON file (json file with Video details, links to video & thumbnail).
Step3. The ROKU channel process this json file and populate the screens with details.
Step4. Details available in channel and play as usual
Note: I am not sure if the option#2 is really possible, but it looks like direct connection and avoid a process of generating feed-file and hosting it.
Thanks in advance for your time and help.
Regards,
Sujith
I am pretty new to ROKU world! Not sure if my below question really makes sense and looking for an expert opinion on the following question.
Which is the best way to access the video content from Vimeo Premium account? and Why?
Option#1 -
Step1. Upload videos to Vimeo and update the required metadata.
Step2. Use a custom app to generate a customized JSON feed file using Vimeo API (feed file with Video details, links to video & thumbnail, etc).
Step3. Host this feed file on some server (like AWS S3)
Step4. The ROKU channel will access the feed file once from the hosted location of feed file.
Step5. Details available in channel and play as usual
Option#2 -
Step1. Upload videos to Vimeo and update the required metadata (same step as option#1).
Step2. Various screens within the channel will directly access Vimeo endpoints (like album / channel) via Vimeo API and retrieve JSON file (json file with Video details, links to video & thumbnail).
Step3. The ROKU channel process this json file and populate the screens with details.
Step4. Details available in channel and play as usual
Note: I am not sure if the option#2 is really possible, but it looks like direct connection and avoid a process of generating feed-file and hosting it.
Thanks in advance for your time and help.
Regards,
Sujith