Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.08 KB

File metadata and controls

29 lines (21 loc) · 1.08 KB

NETWAR Streaming

Build Release Discord

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

./build.sh

Run

docker run -p 80:80 -p 1935:1935 ghcr.io/netwarlan/streaming

Stream to it

Using OBS, configure the stream settings:

  • Server: rtmp://<server-ip>/live
  • Stream Key: netwar

Visit http://<server-ip> in a browser to watch.

Streamservice deployment

For event use with FFMPEG transcoding, see the streamservice repo which orchestrates this image alongside an FFMPEG encoder.