RTMP ingest server with HLS output and web frontend for NETWAR LAN events.
Accepts RTMP streams (port 1935), generates HLS segments via nginx-rtmp-module, and serves the web player frontend (port 80).
./build.shdocker run -p 80:80 -p 1935:1935 ghcr.io/netwarlan/streamingUsing OBS, configure the stream settings:
- Server:
rtmp://<server-ip>/live - Stream Key:
netwar
Visit http://<server-ip> in a browser to watch.
For event use with FFMPEG transcoding, see the streamservice repo which orchestrates this image alongside an FFMPEG encoder.