Test 09 - 2 streams with pre-rolls on each stream

2 streams with pre-rolls on each stream = 4 streams


The configuration for this example is:


flowplayer("a.example", "", {
    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "shows": {
              "baseURL": "",
              "streams": [
                   { "file":"" },
                   { "file":"" }
              ]
            },

            "ads": {
              "servers": [
                  {
                    "type": "OpenX",
                    "apiAddress": "",
                    "allowAdRepetition": true
                  }
              ],
              "schedule": [
                  {
                    "zone": "19",
                    "position": "pre-roll"
                  }
              ]
            },

            "debug": {
              "levels": ""
            }
        }
     }
});