You need to have a file srtla_ips.txt that describes the IPs to bind to for the outgoing connections. Each of these IPs should be setup to connect to the internet via a different route/modem/link.
srtla_ips.txt:
192.168.0.2
192.168.2.2
And then you can start the container, make sure it’s in host mode so it can access all the IPs on the Host:
docker run -d -v ./srtla_ips.txt:/srtla_ips.txt --network host bardiir/srtla_send 6000 target.host.tld 5000 /srtla_ips.txt
This will listen on Port 6000 for an SRT Datastream and send this over the Aggregated link to target.host.tld on Port 5000 where a srtla_rec Service should be listening to reassemble the stream and relay it to a SRT target.
Content type
Image
Digest
sha256:342ca708d…
Size
6 MB
Last updated
9 months ago
docker pull bardiir/srtla_send