Example 2.05.00 - Stopping Non-Linear VPAID ads re-initialising when seeking on the timeline


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 2.05.00 - VAST declared expandable VPAID non-linear
   </ova.title>
   <ova.json>
       {
          "debug": {
              "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
          },

          "ads": {
              "vpaid": {
       	  	       "ignoreSeek": true
              },
              "schedule": [
                   {
                      "startTime": "00:00:02",
                      "position": "auto:bottom",
                      "duration": "recommended:20",
                      "tag": "../../..."
                   }
              ]
          }
       }
   </ova.json>
</config>