Example 2 (RTMP) - A pre-roll ad with a show stream



The configuration for this example is:


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

        ova: {
            url: "",

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

            "debug": {
                "levels": ""
            },

            "ads": {
                "playOnce": false,
                "servers": [
                    {
                       "type": "OpenX",
                       "apiAddress": ""
                    }
                ],
                "schedule": [
                    {
                       "zone": "1",
                       "position": "pre-roll"
                    }
                ]
            }
        }
    }
});