Brightcove Player v7.32.0
Brightcove Player 7.32.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
- Improved scrubbing experience on Mobile and Smart TV can be enabled with the options
"plugins": [
{
"name": "thumbnails",
"is_packaged": true
}
],
"disable_seeking_while_scrubbing_on_mobile": true,
"disable_seeking_while_scrubbing_on_stv": true
- Text Tracks on the player are now serializable
JSON.stringify(player.textTracks());
Fixes
- Address an issue on iOS browsers where IMA3 would skip the playhead forward and miss some starting content before beginning playback after a preroll ad has played.