Technology

How YouTube TV Built Its Multiview Feature From Creator Tech

YouTube TV's new multiview feature, which lets subscribers watch four channels simultaneously, was built by adapting existing technology designed for creator live streams. The feature works only with

Martin HollowayPublished 2w ago5 min readBased on 7 sources
Reading level
How YouTube TV Built Its Multiview Feature From Creator Tech

How YouTube TV Built Its Multiview Feature From Creator Tech

YouTube TV's new multiview feature—the ability to watch four channels at once on a single screen—didn't come from a blank slate. It came from the same technology that lets YouTube creators broadcast together. German Cheung, engineering lead for the YouTube TV core experience team, and his colleagues took the "compositor" system used by the creator platform and adapted it for television viewing.

The feature works like this: subscribers can watch up to four live channels simultaneously. But there's a catch—it only works with live content. Recorded shows and DVR recordings aren't available in multiview mode. That limitation reflects what the underlying technology was originally built to do: handle real-time video feeds, not stored content.

How the Feature Works

YouTube TV offers two ways to use multiview. You can pick from pre-made combinations for sports, weather, news, or business—these are right on your Home tab. If you want to create your own four-channel mix, you navigate to the Multiview tab while watching live content.

The feature works on all YouTube TV subscription tiers. The main plan ($82.99 a month) gives you access to over 100 channels. Sports Plan subscribers ($54.99 new, $64.99 existing) and Sports + News subscribers ($56.99 new, $71.99 existing) can use it too. Even Base Plan subscribers can use multiview for local NFL games on select stations.

Why Reuse Old Technology?

Rather than building multiview from scratch, YouTube's engineers looked at what they already had. The compositor technology that lets creators host joint live streams was already managing multiple video feeds at the same time. It synchronized those feeds, split bandwidth between them, and showed them all on one screen.

Adapting this technology for television mainly meant changing the interface and connecting it to YouTube TV's channel systems. The hard technical work—syncing multiple live feeds, managing how much bandwidth each one uses, and displaying them together—was already solved.

This kind of reuse happens a lot in the streaming world. When companies want to add new features without starting from zero, they look for existing tools that solve similar problems. Creator live streaming and television multiview both need to do the same core thing: take multiple live videos and show them together in real time.

Why Only Live Content?

Here's why multiview doesn't work with recorded shows: the compositor was designed for live video that arrives in real time. Recorded content needs different technology—things like the ability to pause, rewind, and skip ahead. Those features aren't built into a system designed purely for handling live feeds as they come in.

This technical reality shaped how YouTube decided to pitch the feature. Multiview shines during live events, especially sports, where people want to watch multiple games at the same time. The emphasis on sports makes sense given how the technology actually works.

The Bigger Picture

Over three decades of covering streaming technology, I've noticed this pattern again and again: a tool built for one purpose finds a second life in a different place. It happened with content delivery networks, which started as a way to speed up web pages but became essential for video streaming. YouTube's move here follows that same playbook.

The compositor technology that powers multiview could theoretically handle more streams or new interactive features down the road. But that would depend on network speed and how much processing power YouTube is willing to spend on the feature. There are real trade-offs between what's technically possible and what's practical.

One noteworthy choice: YouTube made multiview available on every subscription plan rather than saving it for premium tiers. Since the technology already existed elsewhere in YouTube's system, the cost to add it everywhere was modest. This positions multiview as something all subscribers get, which could influence how attractive YouTube TV is compared to competitors.

The feature shows something important about modern software development: sometimes the biggest improvements don't come from building new things from the ground up, but from finding clever ways to apply what you've already built.