1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00
Oinktube/node_modules/videojs-contrib-ads
Daniel d4d042e041 Moving to node_modules folder to make easier to upgrade
trying to move from Bootstrap 3 to Bootstrap 5
2021-10-26 14:52:45 -03:00
..
dist Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
docs Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
scripts Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
src Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
test Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
CHANGELOG.md Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
CONTRIBUTING.md Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
index.html Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
LICENSE Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
package.json Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00
README.md Moving to node_modules folder to make easier to upgrade 2021-10-26 14:52:45 -03:00

Contrib Ads: A Tool for Building Video.js Ad Plugins

Build Status Greenkeeper badge

videojs-contrib-ads provides common functionality needed by video advertisement libraries working with video.js. It takes care of a number of concerns for you, reducing the code you have to write for your ad plugin.

videojs-contrib-ads is not a stand-alone ad plugin. It is a library that is used by other ad plugins in order to fully support video.js. If you want to build an ad plugin, you've come to the right place. If you want to play ads in video.js without writing code, this is not the right project for you.

Maintenance Status: Stable

Benefits

  • Ad timeouts are implemented by default. If ads take too long to load, content automatically plays.
  • Player state is automatically restored after ad playback, even if the ad played back in the content's video element.
  • Content is automatically paused and a loading spinner is shown while preroll ads load.
  • Media events will fire as though ads don't exist. For more information, read the documentation on Redispatch.
  • Useful macros in ad server URLs are provided.
  • Preroll checks automatically happen again when the video source changes.

Documentation

Documentation Index

Release History

A short list of features, fixes and changes for each release is available in CHANGELOG.md.

License

See LICENSE.