I'm trying to figure out if this is possible with the Box API. I don't see anything in the documentation that suggest it is.
From playing with Box when working with video files I see that a lower bitrate/resolution stream is available in the preview. Great!
I want to do something similar using the Box API. My users will upload several videos , using my UI they will specify some order for them to generate a playlist, and then I want them to see how their playlist looks. If I use the Playlist API it returns a URI that can be displayed in an IFRAME to show a video preview of a single file on box. Is there someway to either
- Produce a Preview window that will automatically continue to another video among a list of videos
- Acquire a URI to the reduced bitrate preview stream
Thanks.