Example 19 - Stream Sequencing Test

14 streams, pre-rolls at 2, 4 and 7, mid-rolls at 5, 9, post-rolls at 5, 7 and 11 = 24 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" },
                    { "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" },
                    { "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": "pre-roll",
                    "applyToParts": [2, 4, 7]
                  },
                  {
                    "zone": "19",
                    "position": "mid-roll",
                    "applyToParts": [5, 9],
                    "startTime": "00:00:05"
                  },
                  {
                    "zone": "19",
                    "position": "post-roll",
                    "applyToParts": [5, 7, 11]
                  }
              ]
           },

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