Example 8 - Selection of media based on bitrate - high

This example illustrates how to specify a "bitrate" as a selection criteria for the mediafiles returned by the openX ad server.

The configuration for this example is:


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

        ova: {
            url: "",

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

            "ads": {
                "bitrate": "high",
                "schedule": [
                    {
                        "position": "pre-roll",
                        "tag": ""                     
                    }
                ]
            },

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