Skip to content

Instantly share code, notes, and snippets.

@dmlap
Last active December 27, 2015 00:29
Show Gist options
  • Save dmlap/7238521 to your computer and use it in GitHub Desktop.
Save dmlap/7238521 to your computer and use it in GitHub Desktop.
A minimal player configuration that include the Brigthcove analytics plugin.
{
"media": {
"sources": [
{
"src": "http://vjs.zencdn.net/v/oceans.mp4",
"type": "video/mp4"
}
],
"width": "240vh",
"height": "41.6667vw",
"poster": {
"highres": "http://www.videojs.com/img/poster.jpg"
}
},
"scripts": [
"http://players.brightcove.com/videojs/plugins/videojs-bc-analytics/0.1/videojs-bc-analytics.js"
],
"plugins": [
{
"name": "bcAnalytics",
"options": {
"account": 507017973001
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment