Hi all,
I'm building a web app for an interactive art installation backed by a PMS.
My hope is that I can use the PMS web API to queue a list of movie snippets and play them seamlessly in sequence in a web page. (Ideally with fade to black transitions & javascript callbacks upon ready-to-start & finished-playing events.)
For each snippet I have the media item id & the start & end times.
Is it possible to use the web API to queue, transcode, and play these snippets sequentially in a custom web page?
I've perused the Dev site & it seems to be possible, but the documentation seems to be pitched at channel & service development rather than web app development, and I'm having difficulty figuring out where to start.
Any advice about how to go about this? Demo projects? Examples?
Any & all help greatly appreciated! :)