Skip to content

Instantly share code, notes, and snippets.

@dmlap
Last active August 29, 2015 14:17
Show Gist options
  • Save dmlap/2a7f4a2074c78df8af61 to your computer and use it in GitHub Desktop.
Save dmlap/2a7f4a2074c78df8af61 to your computer and use it in GitHub Desktop.
Playlist configuration in the Brightcove Player.
// just playlist API
{}
// playlist API + UI, no autoadvance
{
"playlist": true
}
// playlist API + UI, autoadvance after 5 seconds
{
"playlist": true,
"autoadvance": 5
}
// playlist API + UI, autoadvance with no delay
{
"playlist": true,
"autoadvance": 0
}
// no API, no UI
{
"playlist": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment