Skip to content

netwarlan/streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

RTMP ingest server with HLS output and web frontend for NETWAR LAN events

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors