Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 223 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 223 Bytes

rtsp-hls-relay

An RTSP to HLS relay server

Before building the project, create a .env file in the project root with the following content:

STREAM_URI='rtsp://ip:port'
STREAM_CACHE='C:\path\to\stream\cache'