Overview of Secure Reliable Transport (SRT)
masterSecure Reliable Transport (SRT) is a transport protocol designed for ultra-low (sub-second) latency live video and audio streaming, as well as generic bulk data transfer. It is payload-agnostic, meaning it can transport any video format, codec, resolution, or frame rate by acting as a network transport wrapper.
Key characteristics:
- Secure: Implements AES encryption (128/192/256-bit) to protect media payloads.
- Reliable: Recovers from severe packet loss and jitter using mechanisms like Automatic Repeat reQuest (ARQ), Forward Error Correction (FEC), and Connection Bonding.
- Transport: Dynamically adapts to changing network conditions to maintain constant end-to-end latency.