Example 3.2 - Specifying a max duration timeout timer

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 3.2 - Specifying a max duration timeout timer
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "vpaid": {
                    "enableMaxDurationTimeout": true,
                    "maxDurationTimeout": 30,
                    "holdingClipUrl": "http://static.openvideoads.org/ads/blank/blank-pixel.jpg"
                },
                "schedule": [
                    {
                      "position": "pre-roll",
                      "server": {
                          "type": "direct",
    	                  "tag": "http://ad3.liverail.com/?LR_CAMPAIGN_ID=4435__amp__
    	                          LR_PUBLISHER_ID=3996__amp__LR_SCHEMA=vast2"
                      }
                    }
                ]
           }
       }
   </ova.json>
</config>