Brightcove Player v7.48.1

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


Fixes

Play button shape and position

The big play button supports a shape — circle (the default), square, or rectangle — and a position — center (the default), topLeft, or topRight — in any combination. These options can be set from the Styling section of the Players module in Studio, or directly in the player configuration JSON:

{
  "prismUi": {
    "enabled": true,
    "playerElements": {
      "playButton": {
        "shape": "square",
        "position": "topRight"
      }
    }
  }
}

When the play button is placed in a corner, the title and description remain visible — unlike the default skin, Prism UI does not need to hide them to make room. See the Prism UI documentation for details.