Example 12 - Selection based on delivery type

This example illustrate how to restrict media file selection based on "delivery" type ("progressive" or "streaming")

The configuration for this example is:


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

        ova: {
            url: "",

            "ads": {
                "deliveryType": "progressive",
                "schedule": [
                   {
                      "zone": "16",
                      "position": "pre-roll",
                      "tag": "../../dist/templates/delivery-type/multi-delivery-types.xml"
                   }
                ]
            },

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