Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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