Toshiba01 / go-rtmp-web-server

A RTMP Restreaming server written in Golang - Youtube, Twitch, Custom RTMP Server. Supports HLS Preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go get -u github.com/praveen001/go-rtmp-web-server

Just a learning project.

RTMP Restreaming Server

Restreaming server that can stream to Youtube, Twitch and Custom RTMP servers. Like restream.io

It consists of three components: * Web server - Provides APIs for authentication, channel listing and creation, etc. * RTMP restreaming server - RTMP Server that can receive a stream and distribute to multiple endpoints. * Frontend - User interface.

Screenshot

Running in development mode

Update ./scripts/configs.env and run

docker-compose up

Running in production mode

Production mode will run in a kubernetes cluster.

Configs should be done in ./helm/go-rtmp-web-server/values.yaml

helm install go-restream ./helm/go-rtmp-web-server/

About

A RTMP Restreaming server written in Golang - Youtube, Twitch, Custom RTMP Server. Supports HLS Preview


Languages

Language:TypeScript 56.1%Language:Go 38.1%Language:Shell 3.1%Language:JavaScript 1.4%Language:Dockerfile 1.2%Language:HTML 0.1%