Scheduled-to-live transition
What you learn​
You're instantiating DIVA Player in your web front-end and relying on third party video streaming source.
The goal of this article is to describe how to manage the video transition from scheduled to live front-end side.
The transition scheduled to live is out of the DIVA Player's control​
DIVA Player only manages existing videos, while scheduled videos don't yet exist as video assets. For this reason, the front-end must:
- Get from the video CMS (DIVA Back Office, FORGE, etc.) the list of scheduled videos.
- Implement the UX of the scheduled videos.
- Get notifications from the video CMS when videos become live, and instantiate the DIVA Player only after the video becomes live.