Brightcove Player AirPlay Plugin v1.0.0

Brightcove Player AirPlay Plugin is now available.

How it Works

When the AirPlay plugin is added, the player will display a button in the player UI.

When this button is clicked, the player will display a list of the devices with AirPlay. When you select the device the player will cast the current video.

Configure your Player

Requirements

Using Studio

Configuring your player can be done in Studio by:

Manual Configuration

In the JSON editor, add an object like this to the "plugins" array:

{
  "name": "bcAirplay",
  "options": {},
  "stylesheets": ["https://players.brightcove.net/videojs-bc-airplay/1.0.0/videojs-bc-airplay.css"],
  "scripts": ["https://players.brightcove.net/videojs-bc-airplay/1.0.0/videojs-bc-airplay.js"]
}