MediaFlow Proxy

MediaFlow Proxy is a flexible server for proxifying media streams: HTTP(S), HLS (M3U8), and MPEG-DASH, including ClearKey DRM. It can convert DRM-protected DASH to decrypted HLS in real time.
Quick start
Run with Docker (set a password):
docker run -p 8888:8888 -e API_PASSWORD=your_password mhdzumair/mediaflow-proxy
Then open the interactive API docs at http://localhost:8888/docs (unless disabled with DISABLE_DOCS).
For install options (Compose, pip, uv, hosted services), see Installation.
Where to read next
| Topic | Doc |
|---|---|
| Capabilities and DASH/MPD support | Features |
| Environment variables and deployment | Configuration |
| Endpoints and usage | Usage overview |
| Debrid / Stremio integration | Debrid & Stremio |