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
- Brightcove Player v6.51.4 and newer.
- Your Brightcove Player is in the Safari browser.
- The Safari built-in Webkit for AirPlay is available
Using Studio
Configuring your player can be done in Studio by:
- Navigate to the "Plugins" tab
- Click the "Add a Plugin" button
- Select "Brightcove Plugin"
- Select "AirPlay"
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"]
}