Security

Digital Rights Management

Digital Rights Management (DRM) is a crucial component of content protection. BlendVision One supports DRM technologies, including FairPlay, PlayReady, and Widevine, that enables you to encrypt your live content and control its playback on supported devices. By implementing DRM, you can prevent unauthorized copying, redistribution, and piracy of your content.

To enable DRM for your content on BlendVision One, you can utilize the following APIs when creating VOD or Live streaming:

  • For VOD content

POST /bv/cms/v1/vods

  • For Live streaming content

POST /bv/cms/v1/lives

When making the API call, include the following DRM setting in the request payload:

"protection":{
  "type":"PROTECTION_TYPE_DRM"
}

By specifying "type": "PROTECTION_TYPE_DRM", you enable DRM for the respective VOD or Live streaming content.

 

Updated