After working through the steps in this topic, you should be able to:
Any video publisher who needs to create and publish videos using the Players module.
To create and publish a Brightcove player using {{ site.product }}, you will complete the following tasks:
To create a new player, follow these steps.
When a new player is created using the Players module, the player is built using the latest player version as published by Brightcove. To see the player version, open the Players module and click on the player that you want to check. The Player Information properties will display the Published Player Version.
Note that all players may not be the same version. As Brightcove continues to develop and improve the Brightcove player, new player versions will be released. By default, updates are applied to all players automatically. To prevent auto-updating of a player, you must set the Update Mode setting to Manual (also known as locking a player). For more information, see Setting the Player Update Mode and Version.
By adding player dimensions, width and height parameters will be added to the iframe embed code. If you leave the dimensions blank, the player can be put into a <div>
of any size on a page and it will expand to fill the space. To set the player dimensions, follow these steps.
For more information on the Player Information properties, see Setting Player Information Properties.
Publishing the player will push the changes to the published player. For more information on preview players, published players and player publishing code, see Generating Player Embed Code.
To publish the player, follow these steps.
For this Quick Start, we will dynamically assign a {{ site.product_short }} video ID to the player by using a URL parameter. To do this, follow these steps.
?videoId=your video id
The complete URL will look something like:
https://players.brightcove.net/1486906377/Ctzra7vEL_default/index.html?videoId=5798846643001
The style properties are used to customize the appearance of the player. For more information on styling players, see Styling Players.
To configure the style settings, return to the Players module and follow these steps.
When social sharing is enabled, a share icon will appear at the bottom of the player next to the playhead. This will allow viewers to share your content out to popular social media sites. For more information on configuring the social properties for a player, see Configuring the Social Properties for a Player.
To configure the social settings, follow these steps.
The preview player on the page should reflect the styling and social changes that have been made to the player.
It is also possible to generate the publishing code for the preview player. For example, maybe the marketing department needs to approve all changes made to the player. You can send them a URL to the preview player so they can approve the changes. To generate the publishing code for the preview player, follow these steps.
The changes in the preview player will not be visible in the published player until the changes are published. To publish the changes, follow these steps.