Hello,
I'm trying to implement OVA on our Custom Video Player.
I have read documentation & Plugin implementation for JWPlayer / Flowplayer.
Actually, our player can fetch videos from our VideoServer, and user can navigate from one video to an other one.
Our AdServer is configure to server data ( preroll, overlay..) depending on the video. To select the good data, we have to push custom parameters to the AdServer like "Program Code, User language, Custom Data..". What is the best way to push custom parameters ?
Also, the goal is to make a VAST request when user request a new video.
To do that, do I have to initialize again the VASTControler, or do I have to do an other call to the VASTControler.load function ?
Regards,
Thomas.
Hi Thomas,
At the moment the best approach is to completely re-initialise the VASTController on each new video.
I'm in the process of reworking the framework slightly so that you can initialise the VASTController once and ask it to do the ad requests "on demand" and "just in time" for each new video play. But that change is a few weeks away from release.
On the custom data, that's completely possible, but can I first ask - what type of connector are you using to make the ad call? Config wise are you doing something like:
"type": "direct","tag": "your-ad-server-url-in-here"
or are you using OpenX or some other type of known ad server?
Paul