This example illustrates how to instruct OVA to ignore the stream duration metadata and always use the value from the VAST response.
The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"debug": {
"levels": ""
},
"shows": {
"baseURL": "",
"streams": [
{ "file":"" }
]
},
"ads": {
"setDurationFromMetaData": false,
"servers": [
{
"type": "OpenX",
"apiAddress": ""
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
}
}
}
});