videojs-movipbox-playlist
The simplest playlist support for video.js player.
Table of Contents
Installation
npm install --save videojs-movipbox-playlist
Usage
To include videojs-movipbox-playlist on your website or web application, use any of the following methods.
<script>
Tag
This is the simplest case. Get the script in whatever way you prefer and include the plugin after you include video.js, so that the videojs
global is available.
You can also pass an optional ìnitialIndex
to the object parameter to set the video to start with, and also an ads
object to use the IMA ads plugin feature (videojs IMA plugin and videojs ads plugin are required. Consult IMA manual to set the options).
Examples
There is a provided example at index.html
.
License
Apache-2.0. Copyright (c) Miguel González <miguel.gonzalezsosa@gmail.com>