mirror of
https://github.com/ThatNotEasy/PlayReadyProxy-API.git
synced 2026-04-02 18:48:25 +00:00
1015 B
1015 B
PlayReady-ProxyAPI
PlayReady-ProxyAPI is an API service designed to work alongside PlayReady-Proxy, enabling seamless integration for handling PlayReady DRM operations.
Installation
- Perform a
git clone
git clone https://github.com/ThatNotEasy/PlayReady-ProxyAPI
- Create, activate a virtual environment & install depencies
$ python -m venv venv
// For Wingay
$ venv\Scripts\activate
// For Linux
$ source venv/bin/activate
$ pip install -r requirements.txt
- Run Flask:
flask run
- Rename the
.env.exampleandconfig.ini.examplefiles to.envandconfig.ini: - Update and place your device
prdfile in theconfig.ini
Credits & References:
WidevineProxy2A project created by DevLarLeyDDownloaderA Python package for downloading and processing streams, integration with N_m3u8DL-RE & FFmpeg