Example 17 - 2 streams with an overlay on the second stream

2 streams with an overlay on the second stream 5 seconds in, running for 10 seconds.

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       2 streams with an overlay on the second stream
   </ova.title>
   <ova.json>
       {
            "shows": {
              "baseURL": "OVA_HTTP_BASE_URL",
              "streams": [
                   { "file":"OVA_HTTP_SHOW_STREAM_FILE" },
                   { "file":"OVA_HTTP_SHOW_STREAM_FILE" }
              ]
            },

            "overlays": {
              "regions": [
                 {
                    "id": "bottom",
                    "verticalAlign": "bottom",
                    "horizontalAlign": "center",
                    "backgroundColor": "#000000",
                    "padding": "-10 -10 -10 -10",
                    "width": 450,
                    "height": 50
                 }
              ]
            },

            "ads": {
              "servers": [
                  {
                    "type": "OpenX",
                    "apiAddress": "OVA_OPENX_API",
                    "allowAdRepetition": true
                  }
              ],
              "schedule": [
                  {
                      "zone": "33",
                      "position": "bottom",
                      "width": 450,
                      "height": 50,
                      "startTime": "00:00:05",
                      "duration": "10",
                      "applyToParts": [1]
                  }
              ]
            },

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