Skip to main content

Configuration

The Configuration page allows you to manage the core settings for the forensic watermarking service. Here you can control automatic user blocking and find the necessary details for integrating watermarking with your JSON Web Tokens (JWT).

Watermarking Configuration


Automatic user block

This setting provides an automated way to handle users whose watermarks are found in leaked content.

When enabled, the system will automatically block a user after a successful watermark detection from a file you upload. This block will apply to all of the user's active and future sessions.

info

The "Automatic user block" feature is enabled by default. If you wish to disable this feature, please contact our support team.


JWT signing key

This section provides the signing key and instructions needed to enable forensic watermarking for your users' sessions. The signing key is the same one used for DRM acquire license token. You can use the buttons to view or copy the key.

To enable watermarking, you must add two specific fields to your existing DRM token payload.

  • userId: A string (up to 128 characters) that uniquely identifies the user in your backend system. If you use numerical user IDs, you must convert them to a string format (e.g., 123 becomes "123").
  • sessionId: This must be a GUID (Globally Unique Identifier) that identifies a single, specific video session. Your backend is responsible for generating a new, random GUID every time a user starts a new video or session.