Pari Malam e157c05951 released
2025-02-20 01:52:41 +08:00
2025-02-01 10:15:57 +08:00
2025-02-20 01:52:41 +08:00
2025-02-20 01:52:41 +08:00
2025-02-19 17:23:48 +08:00
2025-02-19 17:21:54 +08:00
2025-02-01 10:15:57 +08:00
2025-02-19 17:23:48 +08:00
2025-02-01 10:15:57 +08:00
2025-02-01 10:28:32 +08:00
2025-02-01 10:15:57 +08:00

PlayReadyProxy-API

PlayReadyProxy-API is an API service designed to work alongside PlayReadyProxy (Edge Extension), enabling seamless integration for handling PlayReady DRM operations.

Installation

  • Perform a git clone
git clone https://github.com/ThatNotEasy/PlayReadyProxy-API
  • Create a Virtual Environment & Activate
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-ProxyAPI is an API service designed to work alongside PlayReady-Proxy, enabling seamless integration for handling PlayReady DRM operations.
Readme 165 KiB
Languages
Python 100%