原项目是NoDRM(WVClient续作,适配2209版本),感谢原作者。
这里改成了python3版本,并附上具体使用方法。
pip install -r requirements.txt
运行 & Run
WideVineProxy.exe
示例 & Usage
python wvclient.py --init-path binary/init.mp4
python wvclient.py --pssh AAAAW3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADsIARIQ62dqu8s0Xpa7z2FmMPGj2hoNd2lkZXZpbmVfdGVzdCIQZmtqM2xqYVNkZmFsa3IzaioCSEQyAA==
python wvclient.py --mpd-url https://bitmovin-a.akamaihd.net/content/art-of-motion_drm/mpds/11331.mpd
python wvclient.py --init-url https://bitmovin-a.akamaihd.net/content/art-of-motion_drm/video/1080_4800000/cenc_dash/init.mp4
帮助 & HELP
usage: wvclient3 v1.2@xhlove [-h] [--pssh PSSH] [--init-path INIT_PATH]
[--init-url INIT_URL] [--mpd-url MPD_URL]
[--license-url LICENSE_URL]
origin author is T3rry7f, this is a python3 version.
optional arguments:
-h, --help show this help message and exit
--pssh PSSH pssh which is base64 format
--init-path INIT_PATH
init.mp4 file path
--init-url INIT_URL init.mp4 segment url
--mpd-url MPD_URL mpd url
--license-url LICENSE_URL
widevine license server url