Unified Streaming — Origin Shield Cache Recommendations
Technical doc on the origin shield caching pattern for video streaming to reduce origin load in multi-CDN setups.
Link
Related resources
- Fastly — Video Cache Prefetch with Compute@EdgeTechnical writeup on an edge-compute (WASM) pattern that prefetches upcoming video segments at the edge to cut origin round-trips.
- Varnish — Caching Video (official docs)Official technical guide on caching HLS/DASH segments and manifests with Varnish, including VCL snippets for TTL and live-segment expiry ha…
- DIY-Streaming-CDNReference architecture and OSS stack (OBS + nginx + load balancer) for building a self-hosted livestream CDN.
- How Cloudflare Streams Video (Engineering)Engineering deep-dive on Cloudflare Stream's architecture: tus resumable upload protocol, encoding pipeline, dynamic underutilized-datacent…
- Cloudflare Stream Live: Engineering Deep-DiveEngineering post on distributed live ingest architecture vs legacy single-region ingest, covering LL-HLS latency, WHIP/WHEP, and SRT suppor…
- IcecastAn open source streaming media server primarily for audio streaming (Ogg/Opus), which can also deliver video in formats like Ogg/Theora. Co…
- Multi-Regional Multi-CDN Content Steering (ACM Mile-High Video 2025)Academic paper on the HLS/DASH Content Steering standard for optimizing multi-regional multi-CDN video delivery.
- PIRA: Pan-CDN Intra-video Resource Adaptation for Short Video Streaming2025 arXiv paper on intra-video session pan-CDN segment/range selection jointly optimizing QoE and cost for short-video streaming.
- go2rtcA flexible high-performance streaming server written in Go that can ingest RTSP, WebRTC, RTMP, HTTP-FLV, and LL-HLS and output streams to m…
- ZLMediaKitA high-performance C++ media server framework supporting WebRTC, RTSP, RTMP, HTTP-FLV, HLS, WebSocket streaming, and SRT, for building stre…
- Nimble StreamerA lightweight, free live streaming server supporting HLS, DASH, RTMP, SRT, and more, often used for low-latency streaming and transmuxing i…