Brightcove Player v7.45.0

Brightcove Player 7.45.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

Video preview events

Players using animated thumbnail previews now emit two lifecycle events on the player:

player.on('videopreview-start', (event, data) => { /* ... */ });
player.on('videopreview-end', (event, data) => { /* ... */ });

Fixes