Example 19 - A post-roll following a show stream

The configuration for this example is:


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

        ova: {
            url: "",

            "shows": {
                "baseURL": "",
                "streams": [
                    { "file":"", "duration":"00:00:20" }
                ]
            },

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

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