Building a Live Streaming Platform: Twitch's Real-time Video Infrastructure
Technical writeup on Twitch's ABR quality-transition tradeoffs compared to Netflix's approach.
Link
Related resources
- Live Streaming Architecture: Ingest, Transcoding, and Delivery at ScaleIndependent technical deep dive into segment chunking, manifest generation, ABR client polling logic, and manifest-as-single-point-of-failu…
- Hybrid Live Streaming (Thijs Lowette)Independent streaming engineer's substack post on transitioning between HLS/DASH and low-latency/WebRTC delivery approaches.
- Roku Engineering BlogRoku's engineering blog covering device OS, playback pipeline and streaming platform engineering work.
- Doom9 – New and Alternative Video CodecsDoom9 subforum dedicated to deep technical discussion of new/alternative codecs (SVT-AV1, x265, VVC).
- AVForumsLong-running AV hardware and encoding community forum with active technical subforums.
- Video Encoding to AV1 Guide (WIP)Long-running community-maintained guide to AV1 software encoding (libaom/aomenc) on the Level1Techs forum.
- Building Your First Video Pipeline: FFmpeg & MediaMTX Basics (Part 1)Technical tutorial walking through demux→decode→filter→encode→mux pipeline stages toward building a low-latency streaming setup with FFmpeg…
- Building Your Own Scalable Video Streaming Server (Part 1)Code-along tutorial series building a microservices-based video streaming server with FFmpeg HLS segmenting.
- Fora Soft: Video Streaming Deep-Dive GuideFree 9-chapter technical guide covering HLS, DASH, WebRTC, CMAF, CDN, and DRM fundamentals.
- Introduction to Streaming Media (Streaming Learning Center)Jan Ozer's foundational streaming media course covering encoding, delivery, and packaging basics.
- First Release of dav1d (v0.1.0 "Gazelle")Jean-Baptiste Kempf's release notes for dav1d's first version, covering performance goals and roadmap.
- DAZN Engineering BlogEngineering blog of live sports streaming service DAZN, covering playback architecture, scale events and cloud streaming infrastructure.
- VisualOn + Axinom Joint Whitepaper: Encoding Cost Optimization2025 joint technical whitepaper covering encoding cost optimization across DASH/HLS/CMAF and DRM (Widevine/PlayReady/FairPlay) tradeoffs.
- Deep Dive into HLS Protocol ArchitectureTechnical explainer covering TS-vs-fMP4 tradeoffs, MSE API, and byte-level container overhead analysis.
- From ExoPlayer2 to Media3: Rebuilding Android Playback at PatreonEngineering case study on migrating production Android playback stack from ExoPlayer2 to Media3, with real tradeoffs.