Example 7 - Selection of video media based on mime type

This example illustrate how to restrict video selection based on mime-type - "video/x-flv" in this case.

The configuration for this example is:


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

        ova: {
            url: "",

            "ads": {
                "streamType": "flv",
                "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "",
                   }
                ],
                "schedule": [
                   {
                      "zone": "16",
                      "position": "pre-roll"
                   }
                ]
            },

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