Example 20 - Stream Sequencing Test

6 streams, post-roll at 2, mid-roll at 4 = 9 streams

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Stream Sequencing Test
   </ova.title>
   <ova.json>
       {
            "shows": {
                "baseURL": "http://streaming.openvideoads.org/shows",
	            "streams": [
                    { "file":"the-black-hole.mp4" },
                    { "file":"the-black-hole.mp4" },
                    { "file":"the-black-hole.mp4" },
                    { "file":"the-black-hole.mp4" },
                    { "file":"the-black-hole.mp4" },
                    { "file":"the-black-hole.mp4" }
               ]
            },

            "ads": {
              "servers": [
                  {
                    "type": "OpenX",
                    "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php",
                    "allowAdRepetition": true
                  }
              ],
              "schedule": [
                  {
                    "zone": "19",
                    "position": "mid-roll",
                    "applyToParts": [3],
                    "startTime": "00:00:05"
                  },
                  {
                    "zone": "19",
                    "position": "post-roll",
                    "applyToParts": [1]
                  }
              ]
            },

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