项目作者: praveen001

项目描述 :
A RTMP Restreaming server written in Golang - Youtube, Twitch, Custom RTMP Server. Supports HLS Preview
高级语言: TypeScript
项目地址: git://github.com/praveen001/go-rtmp-web-server.git
创建时间: 2019-02-17T18:10:18Z
项目社区:https://github.com/praveen001/go-rtmp-web-server

开源协议:

下载


  1. 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:

  1. * Web server - Provides APIs for authentication, channel listing and creation, etc.
  2. * RTMP restreaming server - RTMP Server that can receive a stream and distribute to multiple endpoints.
  3. * Frontend - User interface.

Screenshot

Running in development mode

Update ./scripts/configs.env and run

  1. 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

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