0.1.5 • Published 4 years ago

videojs-dvr-controls v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

VideoJS DVR

A DVR Plugin for Video.js

Overview

This plugin adds seeking support to video.js during a live stream. This plugin does not include any styling of the elements added to the player.

Installation

npm install --save videojs-dvr

Usage

import 'video.js';

// The actual plugin function is exported by this module, but it is also
// attached to the `Player.prototype`; so, there is no need to assign it
// to a variable.
import 'videojs-dvr';

const player = videojs('video-player');

player.dvr();
0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago