The configuration for this example is:
<script type="text/javascript">jwplayer("container").setup({
flashplayer: "",
playlist: [
{ file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4", duration: 10 },
{ 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',
autostart: true,
plugins: {
"../../../dist/swf/ova-jw.swf": {
"delayAdRequestUntilPlay": true,
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
},
"ads": {
"schedule": [
{
"position": "pre-roll",
"loadOnDemand": true,
"tag": "http://www.adotube.com/kernel/vast/vast.php?omlSource=http://www.adotube.com/php/services/player/OMLService.php?avpid=UDKjuff&ad_type=pre-rolls&platform_version=vast20as3&vpaid=1&rtb=0&publisher=adotube.com&title=[VIDEO_TITLE]&tags=[VIDEO_TAGS]&description=[VIDEO_DESCRIPTION]&videoURL=[VIDEO_FILE_URL]"
}
]
}
}
},
height: 300,
width: 450
});
</script>