Video Lists
Mobile | Web | TV Platforms | ||||
---|---|---|---|---|---|---|
Increase the video consumption providing addictional content to the user during the playback of the current video
You can use this feature to display:
- Other live or VOD matches
- Related videos
- Recommended videos
DIVA Requirements​
Availability
Available from WebTV and tvOS version 5.2, Roku version 5.3
DIVA setting and videoMetaData​
- Array of VideoList
Below an example of the endpoint response:
<?xml version="1.0" encoding="UTF-8" ?>
<rss>
<channel>
<item>
...
</item>
<item>
<id>juvvsatl</id>
<title><![CDATA[Juventus vs Atletico]]></title>
<description><![CDATA[Juventus vs Atletico - Champions League]]></description>
<label><![CDATA[Live]]></label>
<live>true</live>
<link>http://diva.deltatre.com/demo-diva/football/?v=juvvsatl</link>
<videoImage url = "http://diva.deltatre.com/videoplayer/images/defaultthumbnail_FRIENDLY.jpg"/>
<videoThumbnail url = "http://diva.deltatre.com/videoplayer/images/defaultthumbnail_FRIENDLY.jpg"/>
<pubDate>2015-03-23T20:37:32Z</pubDate>
<is360>false</is360>
<mode360>monoscopic360</mode360>
<adBadge>true</adBadge>
<ccBadge>true</ccBadge>
</item>
<item>
...
</item>
</channel>
</rss>
DIVA translations​
For videoLists translations, please refer to the Dictionary
Analytics​
For Video lists feature, DIVA raises externally Analytics events
Availability
Available from tvOS version 5.4 and not available on Roku
Product documentation​
For Video lists visuals and behaviors, visit the DIVA help centre.