The Brightcove Player SSAI plugin for NextGen Live provides enhanced server-side ad insertion capabilities with improved user experience features. This plugin offers several key enhancements over the previous Live SSAI implementation:
After completing this guide, you should be able to:
Developers and content creators who need to implement enhanced SSAI functionality with NextGen Live streams using the Brightcove Player.
To implement the NextGen Live SSAI Player Plugin, follow these steps:
To use the NextGen Live SSAI functionality, you must create a player with the specific version and SSAI plugin configuration.
7.38.4
.
"plugins": [
{
"name": "ssai",
"is_packaged": true,
"options": {
"trackingBeacons": false,
"googlePal": true,
"hideOverlays": false
}
}
]
The SSAI plugin for NextGen Live supports several configuration options to customize the ad experience:
Option | Type | Default | Description |
---|---|---|---|
trackingBeacons |
Boolean | false |
Enable or disable tracking beacons for ad events |
googlePal |
Boolean | true |
Enable Google Publisher Advertiser Identity Reconciliation (PAL) integration. Generation of givn nonce which is passed to backend to be used on ad requests |
hideOverlays |
Boolean | false |
Hide ad overlays that show time remaining during ad breaks. Set to true to disable overlay display |
{
"name": "ssai",
"is_packaged": true,
"options": {
"trackingBeacons": false,
"googlePal": true,
"hideOverlays": false
}
}
Once your player is configured with the SSAI plugin, creating an embed for NextGen Live SSAI streams is straightforward using Studio.
The NextGen Live SSAI Player Plugin introduces several important changes from the previous Live SSAI implementation:
Details previously configured on the player and the ad config are now only available on the player. These options included:
"client_options": {
"show_ad_break_remaining_time": true / false,
"show_ad_remaining_time": true / false,
"show_number_of_remaining_ads": true / false,
"client_only_tracking": true / false
}
After setting up your NextGen Live SSAI Player Plugin, follow these steps to test your implementation:
hideOverlays
is false
).googlePal
is true
).