Live Example 01 - 1 live stream with a pre and mid-roll

1 live stream with a pre-roll and mid-roll (10 seconds into the live stream)

The configuration for this example is:


flowplayer("a.example", "", {
	clip: {
		url: "a.stream",
		provider: "rtmp",
		live: true,
		duration: 60
	},

    plugins: {
        rtmp: {
            url: "",
            netConnectionUrl: "rtmp://server/live"
        },
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "ads": {
              "servers": [
	              {
	                "type": "OpenX",
	                "apiAddress": "",
	 	            "allowAdRepetition": true
	              }
              ],
              "schedule": [
                  {
                     "zone": "5",
                     "position": "pre-roll"
                  }
              ]
            },

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