This repository is inspired from https://github.com/xbmc/xbmc and https://github.com/peak3d/inputstream.adaptive.
Decrypt video from a streaming site with MPEG-DASH Widevine DRM encryption.
Compilation instructions on Windows :
-
Download CMake from : CMake.org
-
Download MinGW-w64 POSIX : x86_64-8.1.0-release-posix-sjlj-rt_v6-rev0
-
Extract zip and add the bin folder to Environment Variables PATH (User variables and Windows variables PATH).
-
In widevine_decrypter/src/, create a build/ folder.
-
With the
Windows Command Prompt
pointed to the build folder, run: -
cmake .. -G "MinGW Makefiles"
to generate build Makefiles, and domake
to build the decrypter executable.
See the Wiki for a running configuration