SRT in practice: latency, buffer, reconnect
How to tune SRT to survive a bad network without too much latency.
The SRT buffer is a compromise: a larger buffer survives more packet loss but adds latency. Start around 3-4x RTT, then tune to the real network.
Reconnect logic and encryption come almost for free - the key is setting the latency parameter correctly on both ends.
SRTStreaming