It streams the 24/7 grafana for PotatBotat
- Docker and Docker Compose installed.
- Node.js and npm.
- Rename
streamer.example.conftostreamer.confand enter your stream url and stream keys.
docker compose up -d --build- This will start the NGINX RTMP server and stunnel proxy.
- Build the NGINX RTMP image (with stunnel for Kick support).
- Copy your
streamer.confandstunnel.confinto the image. - The RTMP server will listen on port
1935(default RTMP port). - Uses stunnel to stream to kick which requires rtmps, which nginx struggles with.
- The configuration will push your stream to Twitch, YouTube, and Kick.
npm install && npm run start