--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
ok it's not open source, but it's not an output of my chromium build as well. enable-widevine gyp define just allows component updater to download widevine plugin. I really don't understand the legal problem in here.
Besides we used to have NPAPI plugins such as Silverlight to have a DRM module, but now there is no other PPAPI plugin that contains DRM module, and widevine plugin itself is not publicly available to download.
So does it mean if I have a chromium based browser to distribute, my users are not able to display DRM protected contents?
On Thu, Oct 15, 2015 at 7:31 PM, Ozan Bora Fikir <ozan...@gmail.com> wrote:ok it's not open source, but it's not an output of my chromium build as well. enable-widevine gyp define just allows component updater to download widevine plugin. I really don't understand the legal problem in here.Legal problem is very simple: unless you have a license to use widevine plugin you couldn't use it. Chromium source DOES NOT come with such a license. You could probably sign an agreement with widevine, but I don't know details.
Huh. Sounds like Widevine (for encryption or decryption) is free of charge (provided that you simply sign a license). Am I understanding correctly?
Hi all,I see that we can enable widevine plugin component update by setting gyp defines, enable-widevine.But I don't understand why do we need to have an additional flag for chromium, i.e. why it doesn't enabled by default?