Jump to content

Arvind

Approved members
  • Posts

    1
  • Joined

  • Last visited

About Arvind

Arvind's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi Everyone, I am not done yet but what I have started to look into is , the endpoint in the above examples http://3.82.156.25:8080/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D4 is a vast document . There are clients that can read a vast document , here is popular one https://www.npmjs.com/package/@dailymotion/vast-client/v/4.0.0 I have looked at a plugin that used to solve the problem we have but with older versions, here is the link to that http://theonion.github.io/videojs-vast-plugin/ The above plugin(deprecated) uses videojs to deliver the video and the ads on top of it from the revive server on reading the vast document endpoint we provide from revive ad server. What we need to do is , we need to create out integration of videojs and vast client that reads the endpoint from vast and using the videojs ad plugin https://videojs.github.io/videojs-contrib-ads/integrator/getting-started.html I will be working on it and will post as soon as I have a working integration. Meanwhile if there is an expert javascript developer, he can solve this problem faster than me. I am providing all reference endpoints below : https://videojs.com/getting-started https://videojs.github.io/videojs-contrib-ads/integrator/getting-started.html https://www.npmjs.com/package/@dailymotion/vast-client/v/4.0.0 http://theonion.github.io/videojs-vast-plugin/ And a sample code page where all this was put together at last endpoint https://github.com/theonion/videojs-vast-plugin/blob/master/example.html Hope it helps.
×
×
  • Create New...