Brightcove Player IMA3 Plugin v4.0.0

The Brightcove Player IMA3 Plugin v4.0.0 is available.

This release focuses on simplifying the autoplay behavior of the IMA3 plugin and supporting the full range of possible values offered by Video.js. And its resolves some issues with interactions between the IMA3 plugin and playlists.

For heavily customized integrations, we've included a short migration guide below, which will also be available in the Brightcove support documentation soon. For basic integrations, the upgrade should be seamless.

A full list of backward incompatible changes and a migration guide follows:

Backward Incompatible Changes

Migration Guide

The minimum compatible player version for this version of the IMA plugin is v6.59.1.

Previous versions of the IMA3 plugin would treat autoplay: true as autoplay: "any" - falling back to muted autoplay if unmuted didn’t work. This is no longer the case. Instead, full control is granted to publishers who are able to select their preferred autoplay behavior. All possible Video.js autoplay values are supported.

In order to emulate the fallback behavior of the IMA3 plugin 3.x, use autoplay: "any".

Additional Steps to Migrate