VideoMetaData
What is video metadata?​
The embedding application launches a DIVA session by specifying a number of parameters. Parameters are the same across different platforms (most contain default values).
To be instantiated with your host application, DIVA requires specific parameters such as the title of the video, the videoSource, or audioTracks, etc. During the instantiation process, DIVA receives the video metadata information from the VideoMetaDataProvider. Your host application then calls an API (with a specific videoID), gets the response about the video information and passes it onto the player.
Provisioning​
See below examples per platform:
- Android VideoMetadataProvider
- iOS VideoMetadataProvider
- tvOS VideoMetadataProvider
- Web VideoMetadataProvider
- WebTv VideoMetadataProvider
Technical reference​
Check the contract where all available videoMetadata parameters are explained: VideoMetaData