meowgorithm / prism

An RTMP stream recaster / splitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prism

Latest Release Build Status Go ReportCard GoDoc

An RTMP stream recaster / splitter

Usage

Calling prism with one or multiple RTMP URLs will listen for an incoming RTMP connection, which will then get re-cast to all given URLs:

prism URL [URL...]

If you want prism to listen on a different port than the default 1935, call it with the --bind flag:

prism --bind :1337 ...

About

An RTMP stream recaster / splitter

License:MIT License


Languages

Language:Go 100.0%