Encrypted Media Extensions 加密示例

Example Encrypted Media Extensions encryption

我是加密媒体扩展的新手。是否有人有加密媒体扩展示例或任何其他 link 用于在浏览器中播放视频?

本教程是一本很好的入门书。

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

教程中的主要组件:

  • 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.