Commit Graph

2 Commits

Author SHA1 Message Date
CEF Spotify
a8ffe4b9f1 Update to Chromium version 93.0.4577.82 2021-09-15 08:43:20 +00:00
Marshall Greenblatt
5a0b3ea937 widevine: Use component updater with the Alloy runtime (fixes issue #3149)
Widevine CDM binaries will be downloaded on supported platforms shortly after
application startup. Widevine support will then become available within a few
seconds after successful installation on Windows or after the next application
restart on other platforms. The CDM files will be downloaded to a "WidevineCdm"
directory inside the `CefSettings.user_data_path` directory.

Pass the `--disable-component-update` command-line flag to disable Widevine
download and installation. Pass the `--component-updater=fast-update` command-
line flag to force Widevine download immediately after application startup.

See the related issue for additional usage details.
2021-08-09 21:28:39 -04:00