Skip to content

kmacmcfarlane/streaming-server

Repository files navigation

stream-server

A streaming video server that can accept, record, transcode to hls/dash, and relay live streams.

Dependencies

Usage

Create a config.json file, see config.example.json:

cp config.example.json config.json
vi config.json

Build

make build

Run

make run

Run in Background

make daemon

Follow Logs When in Background

make logs

Stop Background Daemon

make stop

About

Relay, record, and transcode to HLS from rtmp streams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published