&ck1=...&ck2=...
Integrated ClearKey support for DASH (MPD) streams.
/proxy/manifest.m3u8?url=<STREAM_URL>
Universal proxy for multimedia streaming with full support for various formats and protocols.
/proxy/manifest.m3u8?url=<URL_VAVOO>
Automatic Vavoo content extraction with direct stream resolution.
/proxy/manifest.m3u8?url=<URL_DADDYLIVE>
Advanced resolution for DaddyLive HD content with automatic restriction bypass.
/proxy/manifest.m3u8?url=<URL_SPORTSONLINE>
Automatic resolution of streams from Sportsonline/Sportzonline.
/record?url=<STREAM_URL>
Start recording and redirect to live stream (DVR).
/proxy/hls/manifest.m3u8?d=<URL>
Endpoint for generic HLS streams.
d parameter for target URL
/proxy/mpd/manifest.m3u8?d=<URL_MPD>
Proxy for DASH (.mpd) manifests with on-the-fly conversion.
format=mpd to maintain original
format
/extractor/video?url=<URL>
Advanced Extraction API.
url (or d), host
(optional)
redirect_stream=true (default): Immediate 302 redirect to stream
redirect_stream=false: Returns JSON with metadata and headers
/key?key_url=<URL>
Secure proxy for AES-128 decryption keys.
/license?url=<URL>
Proxy for DRM license requests (ClearKey, Widevine).
?clearkey=KID:KEY
/extractor/video
Advanced Extraction API - Extracts direct URLs and headers from various streaming services.
Open /extractor or /extractor/video without parameters to receive a
JSON response with usage instructions and a list of supported hosts.
url or d (Required) - Video URL.
Supports plain text, URL encoded or Base64
host (Optional) - Force a specific extractor: vavoo, dlhd, doodstream, f16px, fastream, filelions, filemoon,
freeshot, livetv, lulustream, maxstream, mixdrop, okru, orion, sportsonline, streamtape, streamwish, supervideo, turbovidplay, uqload, vidmoly, vidoza, vixsrc, voe
redirect_stream - true: immediate 302 redirect | false (default): JSON
response
api_password (Optional) - API Password if configured
/proxy/manifest.m3u8
Universal HLS Proxy - Main entry point for streaming. Handles HLS, MPD (with automatic conversion), and direct streams.
url or d - Original stream URL
h_<header> - Custom headers (e.g., h_User-Agent=VLC)
clearkey - DRM keys in KID:KEY format (for protected MPDs)
/proxy/hls/manifest.m3u8 - Specific alias for HLS
/proxy/mpd/manifest.m3u8 - Force DASH (MPD) processing
/proxy/stream - Proxy for static files (MP4, MKV, AVI)
Utilities
Utility Endpoints - Additional services for playlist management, server info, and debugging.
/builder - Web Interface for Playlist Builder
/playlist - Processes remote M3U playlists
/info - Server status HTML page (this page)
/api/info - Server status JSON API
/proxy/ip - Server's public IP (VPN/Proxy debug)
/generate_urls (POST) - Batch generate proxy URLs
/license (GET/POST) - DRM License management
Add custom headers with the h_
prefix:
Full list of all available endpoints in the server.
| Method | Endpoint | Description |
|---|---|---|
| GET | / |
Main page with server status. |
| GET | /info |
Detailed information page. |
| GET | /builder |
Playlist Builder Web Interface. |
| GET | /api/info |
Server status JSON API. |
| GET | /proxy/ip |
Returns the server's public IP. |
| Method | Endpoint | Description |
|---|---|---|
| GET | /proxy/manifest.m3u8 |
Main Entry point. Auto-detect HLS/DASH. |
| GET | /proxy/hls/manifest.m3u8 |
Specific alias for HLS. |
| GET | /proxy/mpd/manifest.m3u8 |
Force DASH (MPD) input with HLS conversion. |
| GET | /proxy/stream |
Generic proxy for static or progressive files. |
| GET | /playlist |
Dynamic M3U playlist generator. |
| Method | Endpoint | Description |
|---|---|---|
| GET | /extractor/video |
Extracts links and headers. Returns JSON or Redirect. |
| Method | Endpoint | Description |
|---|---|---|
| GET | /license |
Proxy for DRM licenses (ClearKey/Widevine). |
| POST | /license |
Proxy for DRM licenses (payload). |
| GET | /key |
Proxy for AES-128 keys. |
| Method | Endpoint | Description |
|---|---|---|
| GET | /recordings |
Web Interface for recordings management. |
| GET | /record |
Starts recording and redirects to stream (Smart Mode). |
| GET | /api/recordings |
Lists all recordings (JSON). |
| GET | /api/recordings/active |
List active recordings. |
| GET | /api/recordings/{id} |
Recording details. |
| POST | /api/recordings/start |
Start background recording. |
| POST | /api/recordings/{id}/stop |
Stop active recording. |
| GET | /api/recordings/{id}/stream |
Watch recording (live/vod). |
| GET | /api/recordings/{id}/download |
Download video file. |
| DEL | /api/recordings/{id} |
Delete recording. |
Combine multiple playlists into a single M3U stream:
/builder
Complete interface for: