ExoPlayer Architecture & DRM (System Design Lesson)
Structured system-design lesson covering ExoPlayer architecture and DRM integration.
Link
Related resources
- ExoPlayer/Media3 Deep Architecture WikiAuto-generated deep-dive architecture wiki covering ExoPlayer/Media3 core rendering pipeline and modular components.
- Shaka Player architecture documentationComponent-level design documentation for Shaka Player showing how manifest parsing, streaming engine, MSE and EME layers interact.
- Error Handling Best Practices for HTTP Live Streaming (WWDC17)Apple session covering HLS failover behaviour, redundant stream configuration and how AVFoundation surfaces playback errors.
- Shaka Player — Architecture Tutorial (official dev docs)Official architecture diagrams and explanation of Shaka Player's Networking, Manifest, DRM, and Streaming engine components.
- Apple TN2436 — Debugging HTTP Live StreamingApple technote on diagnosing HLS playback failures in AVPlayer: error interpretation, redundant variants, GAP tag handling and mediastreamv…
- Shaka Player — Welcome Tutorial (official dev docs)Official Shaka Player developer onboarding tutorial hub (JSDoc-generated), entry point for building with the library.
- MSEPrimer — Media Source Extensions TutorialCommunity-maintained primer on Media Source Extensions fundamentals: SourceBuffer, appendBuffer, manifest structure basics.
- 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.
- Codec Wiki — AV1 for DummiesIndependent codec-wiki AV1 getting-started guide covering the encoder pipeline and practical encoding tips.
- hls.js API Docs (HLS class reference)Official generated API reference for hls.js's core Hls class, hosted on the project's own docs domain (not GitHub).
- Deep Dive into HLS Protocol ArchitectureTechnical explainer covering TS-vs-fMP4 tradeoffs, MSE API, and byte-level container overhead analysis.
- 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…
- Streaming Tech Sweden 2025 RecordingsSession recordings from the 2025 Streaming Tech Sweden conference, covering Nordic streaming architecture and client-side encryption talks.
- DAZN Engineering BlogEngineering blog of live sports streaming service DAZN, covering playback architecture, scale events and cloud streaming infrastructure.