Chromium 的 Widevine 内容解密模块

Widevine Content Decryption Module for Chromium

我想 enable Widevine Content Decryption Module on Chromium (v51) 在 Windows (64b) 下播放 HTML5 视频内容。 是 possible on windows ? Or are there any alternatives 吗?

是的,

下载扩展程序

地址是`https://dl.google.com/widevine-cdm/$LATEST-win-x64.zip,其中$LATEST 是这个文件的内容 https://dl.google.com/widevine-cdm/current.txt 即: https://dl.google.com/widevine-cdm/1.4.9.1088-win-x64.zip

安装

  • 解压缩下载的文件
  • 转到 chromium 扩展,启用开发者模式
  • 然后单击“加载解压”按钮
  • 浏览并 select 您将下载解压缩到的文件夹。

感谢 linux 的这些说明: https://andreafortuna.org/2019/09/24/how-to-install-latest-widevine-plugin-on-chromium/

On Google servers, the latest version number is available on the url https://dl.google.com/widevine-cdm/current.txt so, with a simple script we can automatically download the most recent version:

#!/bin/bash LATEST=curl https://dl.google.com/widevine-cdm/current.txt wget https://dl.google.com/widevine-cdm/$LATEST-linux-x64.zip

Websites to test Widevine:

https://demo.castlabs.com/ (Choose videos with labeled “DRM”)

https://shaka-player-demo.appspot.com/demo/

https://bitmovin.com/demos/drm