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": "OVA_DEBUG"
            },

            "ads": {
                "servers": [
                    {
                       "type": "direct",
                       "apiAddress": "OVA_BLANK_VAST_RESPONSE"
                    }
                ],

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