Example 4 - A post-roll on a show stream with a start time but no duration

A pre-roll is played before a show stream that starts 15 seconds in and runs for the remaining duration of the show.

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 4 - A post-roll on a show stream with a start time but no duration
   </ova.title>
   <ova.json>
       {
            "shows": {
              "streams": [
                   {
              	       "file":"http://streaming.openvideoads.org/shows/the-black-hole.mp4",
              	       "startTime": "00:00:15"
              	   }
              ]
            },

            "ads": {
              "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                   }
              ],
              "schedule": [
                  {
                      "zone": "5",
                      "position": "pre-roll"
                  }
              ]
            },

            "debug": {
               "debugger": "firebug",
               "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            }
       }
   </ova.json>
</config>