Example 22 - Stream Sequencing Test

5 streams, mid-rolls at 1 and 5, pre-roll at 3 = 10 streams

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       1 stream with a post-roll
   </ova.title>
   <ova.json>
       {
            "shows": {
                "baseURL": "OVA_HTTP_BASE_URL",
	            "streams": [
                    { "file":"OVA_HTTP_SHOW_STREAM_FILE" },
                    { "file":"OVA_HTTP_SHOW_STREAM_FILE" },
                    { "file":"OVA_HTTP_SHOW_STREAM_FILE" },
                    { "file":"OVA_HTTP_SHOW_STREAM_FILE" },
                    { "file":"OVA_HTTP_SHOW_STREAM_FILE" }
               ]
            },

            "ads": {
              "servers": [
                  {
                    "type": "OpenX",
                    "apiAddress": "OVA_OPENX_API",
                    "allowAdRepetition": true
                  }
              ],
              "schedule": [
                  {
                    "zone": "19",
                    "position": "mid-roll",
                    "applyToParts": [0, 4],
                    "startTime": "00:00:05"
                  },
                  {
                    "zone": "19",
                    "position": "pre-roll",
                    "applyToParts": [2]
                  }
              ]
            },

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