mirror of
https://github.com/ThatNotEasy/PlayReadyProxy-API.git
synced 2026-04-02 10:38:16 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
7bdc546770
commit
b14d242d24
37
README.md
37
README.md
@@ -1,2 +1,37 @@
|
||||
# PlayReady-ProxyAPI
|
||||
`PlayReady-ProxyAPI` is an API service designed to work alongside PlayReady-Proxy, enabling seamless integration for handling PlayReady DRM operations. It is based on WidevineProxy2 but has been restructured and expanded to support PlayReady DRM
|
||||
`PlayReady-ProxyAPI` is an API service designed to work alongside [PlayReady-Proxy](https://github.com/ThatNotEasy/PlayReady-Proxy), enabling seamless integration for handling `PlayReady DRM` operations. It is based on `WidevineProxy2` but has been restructured and expanded to support `PlayReady DRM`
|
||||
|
||||
## 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.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](https://github.com/DevLARLEY)
|
||||
- `DDownloader` A Python package for downloading and processing streams, integration with [N_m3u8DL-RE](https://github.com/nilaoda/N_m3u8DL-RE) & [FFmpeg](https://www.ffmpeg.org/)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user