Current version: (AGNO-JavaScript API)
This feature can be used as follows:
// required parameters:
brand: "agnoplay",
videoId: "Mbdskc9KsAii",
url: window.location.href,
...
// add the following:
chapters: true,
chaptersUrl: 'https://chapters-test-bucket.s3.eu-central-1.amazonaws.com/chapters.vtt',
chaptersCuesBgColor: '#0051FF'
Current version: (AGNO-JavaScript API)
This feature can be used as follows:
// required parameters:
brand: "agnoplay",
videoId: "Mbdskc9KsAii",
url: window.location.href,
...
// add the following:
chapters: true,
chaptersUrl: 'https://chapters-test-bucket.s3.eu-central-1.amazonaws.com/chapters.vtt',
chaptersCuesBgColor: '#0051FF',
ads: [{
sources: "https://pubads.g.doubleclick.net/gampad/ads?iu=/21775744923/external/vmap_ad_samples&sz=640x480&cust_params=sample_ar%3Dpremidpost&ciu_szs=300x250&gdfp_req=1&ad_rule=1&output=vmap&unviewed_position_start=1&env=vp&impl=s&cmsid=496&vid=short_onecue&correlator=",
timeOffset: "00:00:15"
}],
This is an example of the chapters feature. This feature can be enabled or disabled to show chapters on progress bar. Providing file containing chapter information is required, file should be valid VTT format. Configuring of the chapter cue points color is also possible.