From a56884e75ead9bee0f835324bfa910efc52a7034 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Fri, 24 Jan 2020 10:02:21 +0100 Subject: [PATCH] Explain how DRM works in Bromite --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9a63beb7..ec852051 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ Bromite uses [ungoogled-chromium's python script](https://github.com/Eloston/ung Projects which follow a strict approach on this are [Iridium](https://iridiumbrowser.de/) and [Inox patchset](https://github.com/gcarq/inox-patchset). +## Does Bromite support DRM media? + +Yes, in order to play protected/encrypted media content the browser will use Android's DRM media framework to automatically negotiate access (same as Chromium). +This means for example that requests to Android license servers will be performed (`www.googleapis.com`), see https://w3c.github.io/encrypted-media/#direct-individualization + ## What is the SystemWebView? It is the core component of Android for all web page visualizations. For example when you access a new wifi network and need to activate it, that is using the SystemWebView. If you do not know what it is then you do not need to install it.