Simple local server for restreaming to custom RTMP servers
- WSL 2
- Docker desktop with enabled Linux containers
- add your custom stream url in
ngingx.config
in sectionrtmp > server > application live
after line #15 - open cmd or powershell and navigate to the repository's root directory
- run
docker compose up --build
- In OBS use following url to start stream to the local server:
rtmp://localhost:1935/live
(key is not needed)