Skip to content

Instantly share code, notes, and snippets.

@topdown
Created June 11, 2014 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topdown/4d6d3d96040c9b6fc143 to your computer and use it in GitHub Desktop.
Save topdown/4d6d3d96040c9b6fc143 to your computer and use it in GitHub Desktop.
BrightCove Analytics JS API required player params
FIND
<param name="dynamicStreaming" value="true" />
AFTER ADD
<param name="includeAPI" value="true" />
<param name="templateLoadHandler" value="BCL.onTemplateLoaded" />
<param name="templateReadyHandler" value="BCL.onTemplateReady" />
Which should be before
<param name="@videoPlayer" value="some_video_id" / >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment