Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 482 Bytes

build_notes_chromium.md

File metadata and controls

15 lines (9 loc) · 482 Bytes

Build notes for Chromium

Chromium supports three types of CDMs:

  • Internal from source (Clear Key, which is implemented internally by aes_decryptor.cc)
  • Pepper-based CDMs (used for desktop and Chrome OS)
  • Platform-based (e.g. Android using MediaDrm APIs)

Source: David Dorwin, Feb 2014

Pepper Plugin API (PPAPI) integration notes

Tested with version:

45.0.2454.85