The configuration for this example is:
<script type="text/javascript">jwplayer("container").setup({
flashplayer: "",
width: 360,
height: 240,
playlist: [
{
file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4",
duration: 10,
provider: 'http'
},
{
file: "http://streaming.openvideoads.org/shows/bbb-640x360.mp4",
duration: 11
},
{
file: "mp4:the-black-hole.mp4",
streamer: "rtmp://ne7c0nwbit.rtmphost.com/videoplayer",
duration: 12
}
],
'controlbar.position':'bottom',
plugins: {
"../../../dist/swf/ova-jw.swf": {
"allowPlaylistControl": true,
"delayAdRequestUntilPlay": true,
"ads": {
"enforceLinearAdsOnPlaylistSelection": true,
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php",
"allowAdRepetition": true
}
],
"notice": { "textStyle": "smalltext" },
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
},
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
}
}
}
});
</script>