30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# Widevine CE CDM 17.1.0
|
|
|
|
Released 2022-06-29
|
|
|
|
## Getting Started
|
|
|
|
This project contains the sources for building a Widevine CDM module. Read the
|
|
following to learn more about the contents of this project and how to use them:
|
|
|
|
The [Widevine Developer Site][wv-devsite] documents the CDM API and describes
|
|
how to integrate the CDM into a system.
|
|
|
|
[CHANGELOG.md][changelog] lists the major changes for each release.
|
|
|
|
[wv-devsite]: https://developers.google.com/widevine/drm/client/ce-cdm
|
|
[changelog]: ./CHANGELOG.md
|
|
|
|
## Contains No OEMCrypto
|
|
|
|
The CE CDM requires an implementation of OEMCrypto, our hardware abstraction
|
|
layer, in order to compile and run successfully. If you are an OEMCrypto
|
|
implementer, you should have access to the
|
|
[OEMCrypto partner repository][oec-repo], which contains additional source code
|
|
and information about implementing OEMCrypto, including the Widevine-written
|
|
OEMCrypto implementation, the OEMCrypto Porting Kit. (OPK) If you are not an
|
|
OEMCrypto implementer, then you will need to get an OEMCrypto implementation
|
|
from your SoC manufacturer before you can use the CE CDM.
|
|
|
|
[oec-repo]: https://widevine-partner.googlesource.com/oemcrypto/
|