Brightcove Player v7.29.0
Brightcove Player 7.29.0 is available for manual update.
No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.
Features
- Add support for
livePlaybackToken
- configuration options
- html attribute:
data-live-playback-token="..."
- query parameter (iframe embeds only):
?livePlaybackToken=...
- player configuration:
{ ... video_cloud: { ... live_playback_token: "..." } }
- html attribute:
- set with catalog method:
player.catalog.setLivePlaybackToken('...');
- configuration options
Fixes
- Player features implemented as packaged plugins will now report their version to be the same as the current player version. This will be reflected in
plugin.VERSION
or calls toplugin.version()
(whichever the legacy standalone plugin supported). The change is also reflected in the player information modal under the "Player Plugins" heading. - The above change fixes an issue with IMA3 configurations that used
autoplay
as a boolean flag, which resulted in the player being visually hidden after a preroll.