Test 02 - 1 stream with a mid-roll

1 stream with a mid-roll 5 seconds into the main stream = 2 streams


The configuration for this example is:


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

        ova: {
            url: "",

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

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

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