Example 4 - Empty Ad Schedule

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 4 - Empty Ad Schedule
   </ova.title>
   <ova.json>
       {
          "shows": {
              "streams": [ 
                   { 
                        "file": "OVA_HTTP_SHOW_STREAM_1", 
                        "duration": "00:00:30" 
                   } 
              ]
          },

          "debug": {
              "debugger": "firebug",
              "levels": "OVA_DEBUG"
          }
       }
   </ova.json>
</config>