Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshfng/relay
Stream to multiple platforms at the same time with Relay
https://github.com/joshfng/relay
livestream proxy-server rtmp rtmp-broadcaster rtmp-server rtmp-stream rtmp-streaming twitch youtube
Last synced: 2 days ago
JSON representation
Stream to multiple platforms at the same time with Relay
- Host: GitHub
- URL: https://github.com/joshfng/relay
- Owner: joshfng
- License: mit
- Created: 2023-11-11T13:39:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T13:41:59.000Z (over 1 year ago)
- Last Synced: 2024-04-08T01:28:36.592Z (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