Skip to content

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

Notifications You must be signed in to change notification settings

netwarlan/streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETWAR Streaming

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

Releases

No releases published

Packages