Skip to content

Decrypt video from a streaming site with MPEG-DASH Widevine DRM encryption.

License

Notifications You must be signed in to change notification settings

weapon121/video_decrypter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video decrypter

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 do make to build the decrypter executable.

See the Wiki for a running configuration

About

Decrypt video from a streaming site with MPEG-DASH Widevine DRM encryption.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.2%
  • C 25.4%
  • HTML 2.2%
  • CMake 0.6%
  • Shell 0.4%
  • Makefile 0.4%
  • Other 0.8%