Skip to content

Instantly share code, notes, and snippets.

@dmlap
Created November 7, 2016 21:51
Show Gist options
  • Save dmlap/ae852b6288bb4c8684d8c356a02a4bc0 to your computer and use it in GitHub Desktop.
Save dmlap/ae852b6288bb4c8684d8c356a02a4bc0 to your computer and use it in GitHub Desktop.
Additions to your Brightcove Player configuration to change the timeout error threshold.
// PATCH this into your player configuration to modify the threshold for PLAYER_ERR_TIMEOUT
{
"errors": {
// reduce the timeout value to 30 seconds:
"timeout": 30000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment