Movie Terms Wiki Filmmaking

SRT Stream

An SRT stream is a video feed transmitted using the Secure Reliable Transport protocol, which is designed to deliver high-quality, low-latency video securely over unpredictable public networks.


Reliability Over Unpredictable Networks

An SRT Stream is a video feed that utilizes the Secure Reliable Transport (SRT) open-source protocol. Developed and championed by Haivision, SRT is fundamentally a transport technology designed to solve the ‘first mile’ problem in video streaming: how to get a high-quality video feed from a source (like a camera on a film set) to a destination (like a cloud platform or a remote editing suite) reliably over the often-congested and unpredictable public internet.

The Problem SRT Solves

Traditional streaming protocols like RTMP (Real-Time Messaging Protocol) were designed for stable, wired networks and perform poorly when faced with the realities of the public internet, such as:

  • Packet Loss: Data packets getting lost in transit, causing glitches, freezes, and artifacts in the video.
  • Jitter: The variation in the arrival time of data packets, leading to unstable playback.
  • Bandwidth Fluctuations: Constantly changing network speeds that can disrupt the stream.

SRT was created to overcome these issues, providing the reliability of expensive satellite or dedicated fiber connections but with the cost-effectiveness and accessibility of the public internet.

The Three Pillars of SRT

The protocol’s effectiveness is built on three core principles:

  1. Security: SRT provides end-to-end AES 128/256-bit encryption. This ensures that the content of the video stream—which could be sensitive pre-release footage or a confidential executive feed—is protected from unauthorized interception as it travels across public networks.
  2. Reliability: This is SRT’s most crucial feature. It uses a sophisticated error-correction method called ARQ (Automatic Repeat reQuest). The receiver constantly monitors the incoming stream for lost packets. If a packet is missing, it immediately requests the sender to re-transmit only that specific lost packet. This is far more efficient than other methods and allows SRT to recover from significant packet loss with minimal impact on the video quality.
  3. Low Latency: Despite its robust error correction, SRT is able to maintain very low end-to-end latency (the delay between capturing the image and displaying it). It allows the user to precisely tune the latency buffer to match the network conditions, enabling a trade-off between latency and reliability. For interactive applications like a remote director providing feedback to actors, this low latency is critical.

SRT’s Role in the Film Industry

SRT has been rapidly adopted across the media and entertainment industry and is now supported by thousands of products and services. Its applications in filmmaking are extensive:

  • Remote Monitoring: Sending a camera feed from a remote location back to the studio for review by the director, cinematographer, or VFX supervisor.
  • Contribution Feeds: Used by news crews and for live event coverage (like film festivals and premieres) to send feeds back to a central broadcast center.
  • Decentralized Post-Production: Providing a reliable connection for remote editing, color grading, and review sessions where collaborators are geographically dispersed.
  • Cloud Workflows: Acting as the primary ingest protocol for cloud-based media processing and production platforms.

© 2026 What's After the Movie. All rights reserved.

Privacy Policy