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.

Usage no npm install needed!

<script type="module">
  import videojsBrightcoveTracker from 'https://cdn.skypack.dev/videojs-brightcove-tracker';
</script>

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.