Forensic Watermarking with Brightcove Player
Introduction
With Forensic Watermarking, you can protect your premium content from piracy and unauthorized content sharing. This feature adds an invisible watermark to your videos, allowing you to track any content leaks.
For more information, see the Overview: Forensic Watermarking document.
Requirements
The following requirements are needed to support this feature:
Setup
There are setup requirements in addition to configuring your player. For details, see the Overview: Forensic Watermarking document.
Configuring Brightcove Player
To configure a player to use Forensic Watermarking, follow these steps:
-
The player must be integrated with your registration system so that a Viewer ID is passed on the analytics web beacon (in the
user
field).To do this, use the
setUser()
method. For example: -
Before you get your video, set a string token with the value of your Nagra watermark token as part of the player catalog object.
-
After setting the watermarking token, you are ready to request data from the Brightcove Playback API and load it into the player.
Here is an example of fetching a single video:
HTML
JavaScript
Using a data attribute
Alternatively, you can pass a string token as part of the player catalog object, using the property name data-watermarking-token
.
- Retrieve the Advanced embed code for your player.
-
Include your watermarking token with the player embed code. To do this, you will add the data-watermarking-token as an attribute of the
tag. -
The player must be integrated with your registration system so that a Viewer ID is passed on the analytics web beacon (in the
user
field).To do this, use the
setUser()
method. For example:JavaScript
Limitations
For details about the limitations for this feature, see the Overview: Forensic Watermarking document.
Brightcove Player version 6.55 is required; latest version recommended