Transparent DRM Mov/Webm

Is it possible, via Gumlet, to stream a DRM protected video of a MOV and/or WEBM that is transparent? Currently I am playing transparent video using the code below, but I am wondering if it is possible to use Gumlet to protect these via DRM so they can’t be screenshotted.

<video controls autoPlay loop muted>
  <source src="./video.mov" type="video/quicktime" />
  <source src="./video.webm" type="video/webm" />
</video>

@Raymond_Reddington, ideally all formats are protected by Gumlet. We convert them to standard HLS and/or MPEG-DASH format for streaming.

You can try this by signing up and enabling DRM on your account. Once the DRM is enabled, you can process a couple of videos and check your output videos. If you face any issues, reach out to our support team here - Gumlet. We will be happy to assist.