Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

videojs-brightcove-tracker

This repo is a library to help user to send analytics data to brightcove from a lower level. This make sense when you try to create a more customised flow of your player.

readme

Video.js brightcove tracker

This repo is a library to help user to send analytics data to brightcove from a lower level. This make sense when you try to create a more customised flow of your player.

Getting started

Install this package from npm or yarn

yarn add videojs-brightcove-tracker

Use it as a plugin in videojs

plugins: {
    brightcoveTracker: {
        ...options
    }
}

LISENCE

MIT.