System Documentation

This script allows you to obtain direct HLS (.m3u8) manifests for Live streams.

1. Supported Identifiers

2. API Endpoints

Direct Multi-Quality Redirect
GET /<identifier>
Example: /VNzHENanD0g
Server-Side Proxy (Restream)
GET /<identifier>/proxy
Forces all video data to flow through this server.
External Proxy Route
GET /<identifier>/proxy/<encoded_proxy_url>
Uses a custom HTTP proxy to fetch segments.
Standard M3U8 Alias
GET /<identifier>/index.m3u8
GET /<identifier>/proxy/index.m3u8
GET /<identifier>/proxy/<proxy_url>/index.m3u8

? Back to Home