Skip to content

5app/brightcove-plugin-transcript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brightcove Transcript Plugin

When loadeddata Event is fired, this inspects the Brightcove metadata for the presence of a transcript prop. If found it adds a toggle button to the VideoJS ControlBar and populates a dialog box with the content of the transcript.

See demo https://5app.github.io/brightcove-plugin-transcript/

Development

This script is based upon the guide https://player.support.brightcove.com/coding-topics/step-step-plugin-development.html.

Attach to a player

This is the process for adding a Custom Plugin to a Video player - guide

  • Go to a Video Player and go to "Plugins", create a new plugin.
  • Use the name Plugin Name displayBCTranscript
  • Use the github page sources as the Brightcove Plugin resource URLs
    • https://5app.github.io/brightcove-plugin-transcript/src/plugin.js
    • https://5app.github.io/brightcove-plugin-transcript/src/plugin.css
  • Save + Publish