Is there a plugin to support VPAID for video.js?

Is there a plugin to support VPAID for video.js? I tried the VAST plugin video.js , but it does not support netsonic or LIVARID VPAID in the VAST wrapper.

+4
source share
3 answers

I am currently working on a plugin for video.js to add VPAID support: https://github.com/MailOnline/videojs-vast-vpaid

demo: http://mailonline.imtqy.com/videojs-vast-vpaid/

If anyone has problems with FLASH VPAID, please report here: https://github.com/MailOnline/VPAIDFLASHClient

- VPAID HTML5, , : https://github.com/MailOnline/VPAIDHTML5Client

+6

videojs-ima, Google. video.js IMA sdk. , VAST 2, VAST 3, VPAID VMAP.

VPAID

VPAID . , google.ima.settings.setVpaidAllowed(true) . :

var player = videojs('video-player');
//...
google.ima.settings.setVpaidAllowed(true);
//...
player.ima({
    debug: config['debug'],
    adTagUrl: 'Ad tag here',
    id: 'video-player'
});

VPAID VPAID IMA HTML5 SDK

, IMA HTML5 SDK IE .

IMA google ima VPAID google. Google, - .

+2

Just look for the same: VPAID and VAST standard

At this time, it seems that there is no solution. It's sad because videojs is so full.

Just stumbled upon another player: http://www.hdflvplayer.net/

This player seems to support VPAID.

0
source

Source: https://habr.com/ru/post/1541833/


All Articles