2

I am new to Encrypted Media Extensions. Is any one have the Encrypted Media Extensions Example or any other link for playing the video in the browser?

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
Hrishikesh
  • 299
  • 1
  • 14

1 Answers1

5

This tutorial is a good primer.

https://www.html5rocks.com/en/tutorials/eme/basics/

From the tutorial, the major components:

  • Key System: A content protection (DRM) mechanism.
  • Content Decryption Module (CDM): A client-side software or hardware mechanism that enables playback of encrypted media.
  • License (Key) server: Interacts with a CDM to provide keys to decrypt media.
  • Packaging service: Encodes and encrypts media for distribution/consumption.
Zach Valenta
  • 1,783
  • 1
  • 20
  • 35