-
|
Hi! I want to make use of Azure's Content Protection Service and want to encrypt a video stored locally on my device using Bento4 tools. https://www.bento4.com/developers/dash/encryption_and_drm/#marlin-drm |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Media Services can be configured to encrypt media content when the media is streamed from a Streaming Endpoint. Content is dynamically encrypted with Common Encryption, with support for license/key delivery using PlayReady, Widevine, and FairPlay DRM systems. Media Services does not support streaming pre-encrypted content from storage and it is not normally possible to use media services as a DRM server without also using Media Services to stream the media content (it can be made to work, but the API was not designed for this use-case). |
Beta Was this translation helpful? Give feedback.
Media Services can be configured to encrypt media content when the media is streamed from a Streaming Endpoint. Content is dynamically encrypted with Common Encryption, with support for license/key delivery using PlayReady, Widevine, and FairPlay DRM systems. Media Services does not support streaming pre-encrypted content from storage and it is not normally possible to use media services as a DRM server without also using Media Services to stream the media content (it can be made to work, but the API was not designed for this use-case).