YOLOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO 3bc500dba2 Update README.md
2025-02-01 08:16:51 +08:00
2025-02-01 08:16:51 +08:00

PlayReady-Proxy

PlayReady-Proxy is based on WidevineProxy2 and has been re-encoded to support PlayReady DRM, utilizing some code from WidevineProxy2 for reuse in PlayReady DRM. Additionally, new features such as DDownloader, proxy support, and others (still in development)

Installation

git clone https://github.com/ThatNotEasy/PlayReady-ProxyAPI
  • Create a virtual environment by running the following command and activate the virtual environment:
python -m venv venv
  • Wingay
venv\Scripts\activate
  • Linux
source venv/bin/activate
  • Install depencies:
pip install -r requirements.txt
  • Run Flask:
flask run
  • Rename the .env.example and config.ini.example files to .env and config.ini:
  • Update and place your device prd file in the config.ini

Credits & References:

  • WidevineProxy2 A project created by DevLarLey
  • DDownloader A Python package for downloading and processing streams, integration with N_m3u8DL-RE & FFmpeg
Description
PlayReady-Proxy is based on WidevineProxy2 and has been re-code to support PlayReady DRM.
Readme 815 KiB
Languages
JavaScript 89.5%
HTML 6.4%
CSS 4.1%