Current version: (AGNO-JavaScript API)

Configuration

This feature can be used as follows:


        // required parameters:
        brand: "agnoplay",
        videoId: "Mbdskc9KsAii",
        url: window.location.href,
        ...
        // add the following:
        chapters: true,
        chaptersUrl: "//player.agnoplay.com/static/landing/chapters-example.vtt",
        chaptersCuesBgColor: '#0051FF'
      



Using chapters with ad markers

Current version: (AGNO-JavaScript API)

Configuration

This feature can be used as follows:


        // required parameters:
        brand: "agnoplay",
        videoId: "Mbdskc9KsAii",
        url: window.location.href,
        ...
        // add the following:
        chapters: true,
        chaptersUrl: "//player.agnoplay.com/static/landing/chapters-example.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"
        }],
      

Chapters

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.