Test 13 - 2 stream with a post-roll on the first stream

2 stream with a post-roll limited to the first stream = 3 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": "post-roll",
                    "applyToParts": [0]
                  }
              ]
            },

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