Recording Watermarking

You can add a watermark to the transcoded files of your video session recordings to brand and protect these files from unauthorized use. To add a watermark, you must upload the file that you want to use as a watermark for your project to the EnableX portal.

Note: Only Transcoded Files can be watermarked.

Types of Recoding Files

The following types of recording files are generated:

  • Individual Participants Stream Recordings: Each user's stream is individually recorded and available for download. These recording files are available in the MKV format.

  • Transcoded Re-playable Session: A single composite video file is created from all the individual participant's streams in the right playtime. These files are available in the MP4 format. As transcoding is a subscription based service and enabled in a predefined layout, the transcoded files are made available for download on subscription-basis. If the session moderator has recorded different segment of a video session, multiple files in the MP4 format are created, one for each recorded segment.

Transcoded Replayable Session

Transcoding is a subscription-based service and configured in a predefined layout.

A transcoded file is a single composite video file created from all the individual participant's streams in the right playtime and generated in the MP4 format. If the session moderator has recorded different segments of a video session, multiple files in the MP4 format are generated, one for each recorded segment. The transcoded files are available for download.

Watermarking a Recording File

To watermark a transcoded file:

  1. Upload a file to use as a watermark in your project:

    1. Log in to the EnableX portal.

    2. Navigate to Video > Settings > Recording > Watermarking

    3. Specify the following details for the file that you uploaded:

      • Image Format: PNG

      • Image Dimension: 140x140 px (Maximum)

  2. Enable Watermarking for a Room

To watermark the transcoded files of a video room, specify the setting.watermark=true setting in the room definition. For example:

{ "name": "My room",
"owner_ref": "XOXO",
"settings": {
"watermark": true
}
}