The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: "",
scaling: "orig"
},
{
url: "",
provider: "rtmp",
start: 10,
duration: 20
},
{
url: "",
duration: 20
},
],
plugins: {
rtmp: {
url: "",
netConnectionUrl: ""
},
ova: {
url: "",
"playOnce": true,
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "",
"allowAdRepetition": true
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll",
"applyToParts": [1, 2]
}
]
},
"debug": {
"levels": ""
}
}
}
});