https://github.com/joshfng/relay
RTMP stream multiplexer
https://github.com/joshfng/relay
livestream proxy-server rtmp rtmp-broadcaster rtmp-server rtmp-stream rtmp-streaming twitch youtube
Last synced: 29 days ago
JSON representation
RTMP stream multiplexer
- Host: GitHub
- URL: https://github.com/joshfng/relay
- Owner: joshfng
- License: mit
- Created: 2023-11-11T13:39:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T13:41:59.000Z (over 2 years ago)
- Last Synced: 2025-08-14T19:02:07.174Z (10 months ago)
- Topics: livestream, proxy-server, rtmp, rtmp-broadcaster, rtmp-server, rtmp-stream, rtmp-streaming, twitch, youtube
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Relay
Go backend service that accepts an RTMP stream and proxies it out to multiple destinations. For example, using OBS to stream to this replay, and have it stream to both YouTube and Twitch simultaneously.
This was created before there were any options available, but now there are many offerings both free and paid.
Depends on ffmpeg and redis
# TODO:
- Document messages passed via redis to the relay
- Option to restrict outbound bitrate to conform to upstream provider limits