🎥 RTSP → HLS

Stream RTSP sources to web browsers via HLS

🚀 Start Stream
POST /start
Starts a new transcoding process and returns a stream ID. Requires API-KEY header.
⏹ Stop Stream
POST /stop
Stops an active stream and cleans up resources. Requires API-KEY header.
▶️ Player
GET /player?id=[STREAM_ID]
Opens the HTML5 video player for the stream
📊 Status
GET /status
View all active streams and their status
View Active Streams →