Basic video playback
What you learn​
You're instantiating DIVA Player in your iOS/tvOS front-end and relying on DIVA Back Office as the video streaming source.
The goal of this article is to build the simplest front-end to stream a video from the DIVA Back Office.
Before starting​
- Ensure the DIVA Back Office instance you rely on is up and running.
- Ask your video engineers team the
videoId
andsettings
.
Instantiation​
In the basic instantiation code, replace videoId
and settings
with values you got from your video engineers team.