The preroll and video play correctly the first time through. After the ad, skip to the end of the video, and it should start to repeat the video. It does repeat, but it now thinks the video is a 787 second preroll.
I am loading a new playlist at the end of the video which may be what OVA isn't compatible with.
Hiya..
I just tried your link, but couldn't get the player to play anything - is it working at the moment?
I'm pretty sure though it's the loading of a new playlist. OVA really needs to know the playlist when it initialises and at the moment, that initialisation happens when the player starts up.
In an ideal world, you should be able to do something like:
this.getPlugin("ova").reinitialise()
after the
this.load(...)
But unfortunately at present, JW does not support an ability for a plugin to have a Javascript interface like that.
I'm wondering if I can detect your reload and force OVA to reinitialise itself? (thinking aloud - I'm not at all sure that can be done as it internally uses the playlist load events to manage it's operation so that would be difficult to track reliably)
Paul.