/prism

An RTMP stream recaster / splitter

Primary LanguageGoMIT LicenseMIT

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