Player example
The sample video below supplies a Download Transcript button in the controlbar which downloads a text file with the WebVTT formatting stripped from the file. In essence, it permits the user to download a transcript of the captions based on a modified version of the WebVTT file.
Implement using Players module
To implement the transcript option using the Players module, follow these steps:
- Open the PLAYERS module and either create a new player or locate the player to which you wish to add the plugin.
- Click the link for the player to open the player's properties.
- In the left navigation, click Plugins.
- Expand the Add a Plugin dropdown menu, and select Custom Plugin.
- For the Plugin Name enter
downloadTranscript
. -
For the JavaScript URL, enter:
http://players.brightcove.net/1752604059001/custom_plugins/57NUYRswpi-ceb4c42f-59f6-4ec1-a447-3b9cf751263f.js
-
For the CSS URL, enter:
http://players.brightcove.net/1752604059001/custom_plugins/57NUYRswpi-262386ee-1bb7-4ea6-834c-effa7e312fc2.css
- Click Save.
- To publish the player, click Publish & Embed > Publish Changes.
- To close the open dialog, click Close.