https://github.com/muesli/prism
An RTMP stream recaster / splitter
https://github.com/muesli/prism
Last synced: 6 months ago
JSON representation
An RTMP stream recaster / splitter
- Host: GitHub
- URL: https://github.com/muesli/prism
- Owner: muesli
- License: mit
- Created: 2020-11-16T01:37:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T00:35:47.000Z (over 1 year ago)
- Last Synced: 2024-05-22T11:32:56.369Z (about 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 164
- Watchers: 9
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# prism
[](https://github.com/muesli/prism/releases)
[](https://github.com/muesli/prism/actions)
[](https://goreportcard.com/report/muesli/prism)
[](https://pkg.go.dev/github.com/muesli/prism)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 ...