Example 5 - A mid-roll and 2 overlays on a duration-less show with a start time

Timings of the mid-roll and overlay are relative to the start-time of the show stream.

The configuration for this example is:


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

        ova: {
            url: "",

            "shows": {
                 "streams": [
                      {
                          "file": "",
                          "startTime":"00:00:30"
                      }
                 ]
            },

            "ads": {
                 "servers": [
                     {
                         "type": "OpenX",
                         "apiAddress": "",
                         "allowAdRepetition": true
                     }
                 ],
                 "schedule": [
                     {
                         "zone": "5",
                         "position": "mid-roll",
                         "startTime": "00:00:05"
                     },
                     {
                         "zone": "33",
                         "position": "auto:bottom",
                         "width": 450,
                         "height": 50,
                         "startTime": "00:00:10",
                         "duration": "15"
                     },
                     {
                         "zone": "33",
                         "position": "auto:bottom",
                         "width": 450,
                         "height": 50,
                         "startTime": "00:00:35",
                         "duration": "15"
                     }
                 ],
              },

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