Skip to content

Instantly share code, notes, and snippets.

@dmlap
Last active August 29, 2015 14:00
Show Gist options
  • Save dmlap/5612727b395caf8c8e13 to your computer and use it in GitHub Desktop.
Save dmlap/5612727b395caf8c8e13 to your computer and use it in GitHub Desktop.
Get rid of default plugins for a player.
curl \
--header "Content-Type: application/json" \
--user $EMAIL \
--request POST \
--data '{
"name": "MySamplePlayer",
"configuration": {
"media": {
"sources": [{
"src":"http://solutions.brightcove.com/bcls/assets/videos/Tiger.mp4",
"type":"video/mp4"
}]
},
"hls": false,
"debugger": false,
"analytics": false
}
}' \
https://players.api.brightcove.com/v1/accounts/$ACCOUNT_ID/players
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment