Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chromakode/srtfan
Take a single SRT stream and fan it out to multiple SRT callers
https://github.com/chromakode/srtfan
Last synced: 2 months ago
JSON representation
Take a single SRT stream and fan it out to multiple SRT callers
- Host: GitHub
- URL: https://github.com/chromakode/srtfan
- Owner: chromakode
- License: mit
- Created: 2020-07-19T21:05:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-07-19T21:39:23.000Z (over 4 years ago)
- Last Synced: 2024-04-09T21:09:04.744Z (9 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# srtfan
`srtfan` takes a single "src" SRT stream input and fans it out to multiple "sink" outputs. The source and sinks may be disconnected and connected dynamically.
All SRT endpoints in `srtfan` are in "listener" mode and need to be connected to in "caller" mode.
```
Usage of srtfan:
-sink-address string
Address to listen for sink connections (default ":5001")
-sink-latency int
SRT sink latency parameter (default 500)
-sink-passphrase string
SRT sink passphrase parameter
-src-address string
Address to listen for source connection (default ":5000")
-src-latency int
SRT source latency parameter (default 500)
-src-passphrase string
SRT source passphrase parameter
```