advancedReal System Design Problems
Design a Live Video Streaming platform (like Twitch) — low-latency ingest and fan-out to millions.
The ingest-transcode-and-low-latency-delivery problem: how a live stream is ingested from a broadcaster, transcoded into multiple quality levels in near-real-time (unlike YouTube's offline transcode pipeline), and delivered to potentially millions of concurrent viewers with only a few seconds of latency.
This is a Pro question
Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.
Design a Live Video Streaming platform (like Twitch) — low-latency ingest and fan-out to millions.