## Overview

Nearly every license provider, including drm.cloud by Insys Video Technologies, requires a few unique parameters to be sent to the DRM license acquisition server. In this case, these parameters are available from Insys Video Technologies Dashboard at [videokit.cloud](🔗).

Instead of integrating many license providers into the core of the Bitmovin player, we decided to provide necessary configuration options via the player configuration.

## Widevine



Please replace the following placeholders in the code:

  • DASH_MANIFEST_URL: The URL to the DASH manifest (MPD) file.

  • BRAND_ID: Your brand ID, retrieved from the videokit.cloud dashboard.

  • USER_TOKEN: A JWT token signed with a shared secret that authorises a given license request. More information on how to create JWT User Token available [here](🔗).

  • TENANT_CODENAME: Tenant name, retrieved from the videokit.cloud dashboard.

## Playready



Please replace the following placeholders in the code:

  • DASH_MANIFEST_URL: The URL to the DASH manifest (MPD) file.

  • BRAND_ID: Your brand ID, retrieved from the videokit.cloud dashboard.

  • USER_TOKEN: A JWT token signed with a shared secret that authorises a given license request.

  • TENANT_CODENAME: Tenant name, retrieved from the videokit.cloud dashboard.

## Fairplay



Please replace the following placeholders in the code:

  • HLS_MANIFEST_URL: The URL to the HLS manifest (m3u8) file.

  • BRAND_ID: Your brand ID, retrieved from the videokit.cloud dashboard.

  • USER_TOKEN: A JWT token signed with a shared secret that authorises a given license request.

  • TENANT_CODENAME: Tenant name, retrieved from the videokit.cloud dashboard.

For Fairplay, the License Acquisition URL should be within the HLS Multi-variant manifest.

## Complete example for Widevine, PlayReady and FairPlay



Please replace the following placeholders in the code:

  • DASH_MANIFEST_URL: The URL to the DASH manifest (MPD) file.

  • HLS_MANIFEST_URL: The URL to the HLS manifest (M3U8) file.

  • BRAND_ID: Your brand ID, retrieved from the videokit.cloud dashboard.

  • TENANT_CODENAME: Tenant name, retrieved from the videokit.cloud dashboard.

  • USER_TOKEN: A JWT token signed with a shared secret that authorises a given license request.