Take-Two CEO Predicts That We’ll All Be Streaming Our Games In Three Years

The Future of Real-Time Video: Understanding the 3-Year Horizon for Low-Latency Commercial Streaming

In a world where instant gratification is the default expectation, traditional video streaming is facing a quiet crisis: lag. Whether you are watching a live football match, participating in an online auction, or trying to buy a limited-edition sneaker through a live-streamed shopping event, waiting 15 to 30 seconds for the video to catch up with reality is no longer acceptable. This gap between the real event and what appears on your screen is known as latency.

A prominent industry expert recently captured this technological transition perfectly, stating: "I think we'll be in commercial streaming mode in three years, and by commercial I mean low latency." This simple assertion carries massive implications for businesses, content creators, developers, and consumers alike. It signals a paradigm shift where "commercial-grade" streaming is no longer defined merely by high-definition pixels or buffer-free playback, but by near-instantaneous delivery.

But what does this three-year timeline mean for the average business? Why is low latency the key to unlocking true monetization in digital video? In this comprehensive guide, we will break down the complexities of streaming latency, explore the technologies driving this revolution, and look at how industries will transform when real-time video becomes the global standard.


What is Streaming Latency, and Why Does It Exist?

To understand why low-latency streaming is a game-changer, we first need to understand how video travels across the internet. When a camera captures an image, that video data cannot simply fly through the air to your device. It must undergo a complex, multi-step journey known as the "glass-to-glass" workflow—from the camera lens to the viewer's screen.

This workflow involves several distinct phases:

  • Ingestion and Encoding: The raw video feed from the camera is compressed and converted into a digital format that can be transmitted over the internet.
  • Packaging: The encoded video is sliced into small segments (or "chunks") and formatted into streaming protocols like HLS (HTTP Live Streaming) or DASH (Dynamic Adaptive Streaming over HTTP).
  • Distribution: These video segments are sent to a Content Delivery Network (CDN), which distributes the files across global edge servers to be closer to end-users.
  • Decoding and Rendering: The viewer's media player downloads these segments, decompresses them, buffers a few seconds of video to prevent interruption, and finally displays the image on the screen.

Historically, to prevent the video from pausing or "buffering" during network fluctuations, streaming protocols designed these segments to be quite large—often 6 to 10 seconds long. Players would typically queue up three of these segments before starting playback. This safety cushion meant that standard internet streaming suffered from a built-in delay of 20 to 30 seconds.

The Latency Spectrum

To understand the different tiers of streaming performance, we can categorize latency into four main brackets:

  1. Standard Latency (15 to 30+ seconds): This is the default setting for traditional OTT (Over-The-Top) platforms like standard YouTube Live or Twitch broadcasts. While excellent for one-way broadcasts where audience interaction is limited to a slow-moving chat room, it is entirely unsuited for real-time engagement.
  2. Broadcast Latency (5 to 7 seconds): This is the typical delay experienced on traditional cable or satellite television. While much faster than standard web streaming, it still leaves a noticeable gap that can be disrupted by internet-enabled alerts.
  3. Low-Latency (2 to 5 seconds): This is the sweet spot that modern streaming platforms are striving to achieve consistently at scale. It minimizes the delay enough to allow for relatively fluid live chat interactions and protects against sudden spoilers.
  4. Ultra-Low Latency / Real-Time (Under 1 second): Powered by technologies like WebRTC, this level of speed mimics a natural phone call or video conference. It is essential for bidirectional communication, gaming, and highly interactive applications.

Why "Commercial" Means "Low Latency"

When our industry quote ties the concept of "commercial streaming" directly to "low latency," it highlights a critical business truth: the monetization of live video increasingly depends on interactivity.

In the early days of digital video, streaming was primarily passive. Users watched pre-recorded shows on Netflix or caught up on missed broadcasts. Today, the most lucrative streaming applications are deeply interactive. If there is a delay in the video, the commercial value of that interactivity collapses. Let's look at a few examples of why this is the case.

1. The Rise of Micro-Betting and In-Play Sports Wagering

Sports broadcasting is one of the most profitable sectors of the media industry. However, the rise of digital sports betting is changing how fans consume games. Instead of simply betting on who will win the match, fans want to engage in "micro-betting"—wagering on whether the next free throw will be made, or who will win the next point in a tennis match.

If the video feed is delayed by 15 seconds, sportsbooks cannot offer these real-time odds safely, as viewers with access to faster feeds or live stadium data could exploit the delay. To monetize sports betting through streaming, the video must sync with real-life data in under two seconds. Low latency is quite literally worth billions of dollars to the sports entertainment industry.

2. E-Commerce and Live Shopping

Popularized in Asia and rapidly expanding globally, live-streamed shopping (often referred to as "live commerce") transforms digital shopping into a social, interactive event. Hosts showcase products, answer questions from the chat in real time, and launch flash sales that last only a few minutes.

If a viewer asks, "Can you show the stitching on the back of that jacket?" and the host doesn't see or respond to that question for 30 seconds, the conversational flow is ruined. Consumers lose interest, and sales conversion rates drop. For live shopping to convert viewers into buyers, the communication loop must feel instantaneous.

3. Gamification and Live Auctions

From online casinos to digital art auctions, high-stakes environments require absolute synchronization. If an auctioneer yells "Going once, going twice, sold!" but a remote bidder's video is lagging by 10 seconds, that bidder is unfairly locked out of the competition. True commercialization of these high-value platforms requires that every participant sees and hears the same event at the exact same millisecond.


The Technological Pillars of Low-Latency Streaming

Achieving low latency at a commercial, global scale is an incredibly complex engineering challenge. You cannot simply turn a dial to make video travel faster. It requires a fundamental redesign of how video is packaged, transported, and decoded. Today, three main technological frameworks are competing to power the next generation of streaming.

1. LL-HLS (Low-Latency HTTP Live Streaming)

Developed by Apple, HLS is the undisputed king of video delivery protocols. It is compatible with almost every device on the planet, from iPhones and smart TVs to web browsers. However, traditional HLS is notoriously slow.

To combat this, Apple introduced LL-HLS. This protocol works by breaking standard video segments down into much smaller "parts" or "sub-segments" (often less than a second long). The player can request these tiny parts before the full segment is even completed. This allows LL-HLS to achieve latencies of 2 to 3 seconds while retaining the massive scalability, security, and backward compatibility of standard HLS.

2. LL-DASH (Low-Latency Dynamic Adaptive Streaming over HTTP)

Much like LL-HLS, LL-DASH is an open-source alternative designed for the Android and Windows ecosystems. It utilizes a technology called "Chunked Transfer Encoding" to send parts of a video segment to the player while the rest of the segment is still being created. LL-DASH easily matches LL-HLS in performance, offering a robust, scalable solution for non-Apple platforms.

3. WebRTC (Web Real-Time Communication)

If LL-HLS and LL-DASH are built for speed, WebRTC is built for instantaneity. Originally designed for browser-to-browser video calling (like Zoom or Google Meet running directly in a web browser), WebRTC operates on a sub-second level, typically delivering video in 200 to 500 milliseconds.

Unlike HLS and DASH, which run over the reliable but slightly slower TCP (Transmission Control Protocol), WebRTC runs primarily over UDP (User Datagram Protocol). UDP prioritizes speed over perfect data delivery, making it incredibly fast. The challenge with WebRTC has historically been scaling: while HLS can easily serve millions of concurrent viewers via standard web servers (CDNs), WebRTC requires specialized, expensive infrastructure to handle large crowds. However, major cloud providers are rapidly developing solutions to overcome this scaling hurdle.


Why Will It Take Three Years to Reach Ubiquity?

If these technologies already exist, why did our industry expert project a three-year timeline to achieve true commercial, low-latency streaming at scale? Why can't we simply switch them on today?

The answer lies in the massive inertia of global internet infrastructure and the economics of digital delivery.

1. CDN Upgrades and Edge Computing

Most of the internet’s video content is served through Content Delivery Networks (CDNs). These CDNs rely on caching—storing copies of video segments on servers located close to cities so they don't have to travel across the globe for every single click.

Low-latency protocols require CDNs to handle much higher volumes of data requests because the video is broken down into millions of tiny fragments. Upgrading global CDN architectures to handle this massive transaction load without crashing or driving up server costs is a massive physical and financial task. It will take several years of continuous hardware and software updates before every edge server in the world can easily support LL-HLS and WebRTC at scale.

2. Device Compatibility and Player Standardization

Even if a media company sends out a perfect low-latency stream, the viewer's device must be capable of playing it. Millions of consumers use older smart TVs, legacy smartphones, and outdated streaming sticks. These devices often lack the processing power or updated software decoders required to parse low-latency segments cleanly.

Over the next three years, natural hardware upgrade cycles will phase out these older devices. As consumers buy newer, faster hardware, the baseline capability of the market will rise, allowing media companies to adopt low-latency defaults without worrying about locking out a massive portion of their audience.

3. Bandwidth and the 5G Rollout

Low-latency streaming is highly sensitive to network fluctuations. On a traditional stream, if your home Wi-Fi drops for two seconds, you won't notice because the player has buffered 15 seconds of video. In a low-latency stream, a two-second drop results in immediate freezing, buffering, or severe pixelation.

To support low-latency streaming on mobile devices, we need robust, stable, and highly pervasive cellular networks. The ongoing deployment of 5G networks—specifically standalone 5G with its ultra-reliable, low-latency communication (URLLC) capabilities—is a vital piece of this puzzle. As 5G networks mature over the next 36 months, streaming on the go will become stable enough to handle real-time demands.


How Businesses Can Prepare for the Low-Latency Future

The three-year countdown has already begun. Companies that wait until year three to think about their streaming infrastructure risk being left behind by faster, more interactive competitors. To stay ahead of the curve, businesses should take several strategic steps today.

Audit Your Current Video Infrastructure

Evaluate your current video workflow. Are you still relying on legacy protocols like RTMP (Real-Time Messaging Protocol) for your entire pipeline? Work with your engineering teams to assess how easily your current tech stack can transition to newer standards like SRT (Secure Reliable Transport) for video ingestion and LL-HLS or WebRTC for distribution.

Define Your True Latency Needs

Not every application requires sub-second WebRTC streaming. If you are running a large-scale music festival stream where viewers only interact via a text chat, an LL-HLS stream with a 3-second delay is more than sufficient and much cheaper to run. Save ultra-low latency (under 1 second) for features that genuinely require real-time interaction, such as live betting, gaming, or direct Q&A sessions.

Adopt a Hybrid Multi-CDN Strategy

To guarantee reliability and low latency across different geographic regions, do not rely on a single CDN. Implementing a multi-CDN strategy allows your video platform to dynamically route traffic to the fastest, most reliable server near the viewer. If one network experiences a micro-outage or high traffic load, your system can seamlessly switch to another provider without interrupting the viewer's experience.


Conclusion: The Dawn of True Real-Time Engagement

The prediction is clear: by the time we reach the mid-2020s, commercial streaming will be synonymous with low-latency delivery. The days of accepting a half-minute lag on live broadcasts are drawing to a rapid close.

As the technical hurdles of CDN capacity, device compatibility, and mobile network stability are solved over the next three years, we will witness an explosion of creative and highly profitable digital experiences. Entertainment will become conversational, sports broadcasts will merge seamlessly with gaming and betting platforms, and global e-commerce will feel as immediate and personal as visiting a physical boutique.

For forward-thinking businesses, the message is simple: the future of video is not just high-definition—it is instantaneous. Preparing your technological foundation for this shift today is the single best way to ensure you are ready to capture the immense value of tomorrow's real-time digital economy.



from Kotaku
-via DynaSage