Wowza Community

How to write a custom DRM module which integrates with key server

  1. Map a stream name to a private encryption key and public key identifier, as well as to additional DRM metadata.
  2. Call the Wowza Streaming Engine API to apply the encryption key, key identifier, and DRM metadata to the stream.

https://www.wowza.com/docs/how-to-write-a-custom-drm-module-that-integrates-with-key-server-technology

can you explain about both points which mentioned before while creation of a custom DRM module. If I put .key file at specified path manually and try to encrypt live stream, unable to do the same. So it will be very helpful for me if you post some example code that explained point 1 and 2 both.

Thanks in advance…