Skip to main content

EZDRM

Setting Up your EZDRM Account with the Portal

To define EZDRM as the DRM provider used to protect your videos, go to the DRM Providers section of the LightFlow portal, and click on the EZDRM icon. The following information is required:

  • Name: Name of the DRM as it will be displayed in LightFlow
  • Username: EZDRM username
  • Password: EZDRM password


Setup your EZDRM DRM account with the API


BASH
curl -XPOST 'https://api.lightflow.media/drms' \
  -H 'authorization: Bearer API_KEY' \
  -H 'content-type: application/json' \
  -d '{
      "name": "EZDRM Universal over MPEG DASH",
      "type": "ezdrm",
      "username": "username",
      "password": "password"
    }'

The response will include the unique identifier (UUID) of the DRM, which can be later used to apply DRM to a video.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.