Example 6 - No Ads, No Streams, Autostart

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 6 - No Ads, No Streams, Autostart
   </ova.title>
   <ova.json>
       {
            "debug": {
              "debugger": "firebug",
              "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            },

            "ads": {
                "servers": [
                    {
                       "type": "direct",
                       "apiAddress": "../../../dist/templates/error-responses/vast1.0/blank-vast-response.xml"
                    }
                ],

              "schedule": [
                  {
                      "zone": "5",
                      "position": "pre-roll"
                  }
              ]
           }
       }
   </ova.json>
</config>