You are here

README.txt in Brightcove Video Connect 7.3

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
  4. 7.4 README.txt
  5. 7.5 README.txt
Brightcove integration API and field. Features:

* Browse videos and playlists coming from Brightcove Studio directly in Drupal with a possibility to search in them by text.
* Upload a videos and playlists for Brightcove customers with at least a Professional account (You need a Write API key).
* Integrates with Views module - creates fields with a video player, all available metadata such as Plays count or Creation dates.
* Provides various formatters


Requirements
------------

* Entity API
  http://drupal.org/project/entity

* Ctools
  http://drupal.org/project/ctools

* External libraries: Brightcove PHP MAPI Wrapper
  http://opensource.brightcove.com/project/PHP-MAPI-Wrapper/

Installation instructions
-------------------------

Download and enable Entity API module (version >= 1.3).

Download and enable Ctools.

Download Brightcove module (http://drupal.org/project/brightcove), untar to sites/all/modules or sites/sitename.com/modules

Download Brightcove PHP MAPI Wrapper from http://opensource.brightcove.com/project/PHP-MAPI-Wrapper/, module is tested with PHP MAPI Wrapper 2.0.4 and later.

Unzip framework to sites/all/libraries/*. After unzipping, there needs to be a file at sites/all/libraries/*/bc-mapi.php.

Enable Brightcove module and Brightcove Field module at your site.

Get Read and/or Write API keys from Brightcove support. Refer to section Brightcove Keys if you don't know how to do that.

Navigate to admin/config/media/brightcove and fill in your Read/Write key and default Player ID from Brightcove Studio (Refer to section Brightcove player if you don't know how to do that)

Navigate to admin/config/media/brightcove/players and create a default player for the videos/playlists.

Create a new field called of type Brightcove field and select the proper widget type (Playlist/Video).

Play.

Brightcove PlayerKEY
-----------------------------------------

On admin settings page (admin/config/media/brightcove) you must enter the Brightcove PlayerKEY. Here's the process how to find it:
1 - Sign in to the Brightcove Studio,
2 - Go to the Publishing module and select the player,
3 - Click Get Code to copy the player publishing code to your clipboard,
4 - Find, copy and paste the playerKey value to your own embed code.


File

README.txt
View source
  1. Brightcove integration API and field. Features:
  2. * Browse videos and playlists coming from Brightcove Studio directly in Drupal with a possibility to search in them by text.
  3. * Upload a videos and playlists for Brightcove customers with at least a Professional account (You need a Write API key).
  4. * Integrates with Views module - creates fields with a video player, all available metadata such as Plays count or Creation dates.
  5. * Provides various formatters
  6. Requirements
  7. ------------
  8. * Entity API
  9. http://drupal.org/project/entity
  10. * Ctools
  11. http://drupal.org/project/ctools
  12. * External libraries: Brightcove PHP MAPI Wrapper
  13. http://opensource.brightcove.com/project/PHP-MAPI-Wrapper/
  14. Installation instructions
  15. -------------------------
  16. Download and enable Entity API module (version >= 1.3).
  17. Download and enable Ctools.
  18. Download Brightcove module (http://drupal.org/project/brightcove), untar to sites/all/modules or sites/sitename.com/modules
  19. Download Brightcove PHP MAPI Wrapper from http://opensource.brightcove.com/project/PHP-MAPI-Wrapper/, module is tested with PHP MAPI Wrapper 2.0.4 and later.
  20. Unzip framework to sites/all/libraries/*. After unzipping, there needs to be a file at sites/all/libraries/*/bc-mapi.php.
  21. Enable Brightcove module and Brightcove Field module at your site.
  22. Get Read and/or Write API keys from Brightcove support. Refer to section Brightcove Keys if you don't know how to do that.
  23. Navigate to admin/config/media/brightcove and fill in your Read/Write key and default Player ID from Brightcove Studio (Refer to section Brightcove player if you don't know how to do that)
  24. Navigate to admin/config/media/brightcove/players and create a default player for the videos/playlists.
  25. Create a new field called of type Brightcove field and select the proper widget type (Playlist/Video).
  26. Play.
  27. Brightcove PlayerKEY
  28. -----------------------------------------
  29. On admin settings page (admin/config/media/brightcove) you must enter the Brightcove PlayerKEY. Here's the process how to find it:
  30. 1 - Sign in to the Brightcove Studio,
  31. 2 - Go to the Publishing module and select the player,
  32. 3 - Click Get Code to copy the player publishing code to your clipboard,
  33. 4 - Find, copy and paste the playerKey value to your own embed code.