Infrastructure & Delivery
Browse 352 curated video infrastructure and delivery resources — CDNs, origin servers, packaging, and cloud media tooling on Awesome Video.
Subcategories
- CDN Integration & Distribution
- Cloud & CDN
- Edge Computing & Caching Solutions
- Live Streaming Servers
- Multi-CDN Management
- Peer-to-Peer Streaming Solutions
- RTMPRTSPHTTP Protocol Servers
- Streaming Analytics & Monitoring
- Streaming Servers
- VOD Streaming Servers
Resources
- EdgeCDN-XOpen-source CDN built on Kubernetes/CNCF patterns using CRDs, nginx-ingress caching, and CoreDNS-based routing.
- EdgeCDN-XKubernetes-native GitOps CDN with EdgeOTT-X for full ingest-to-playout OTT streaming, SR-IOV support, in production at Slovak Telekom (3Tbp…
- EdgeCDN-X Open Source CDNEdgeCDN-X is an open source CDN built on Kubernetes with ingress-nginx and CoreDNS for routing, and ArgoCD for fast config distribution to…
- Fastly On-the-Fly Packager (OTFP)Docs for edge just-in-time VOD repackaging from source MP4 into HLS/DASH, with ad-break segmentation, cue injection and start/end clipping.
- HR-Cache (code repo)Companion code repository for the HR-Cache learning-based edge caching paper.
- HR-Cache: Learning-Based Caching for Edge Content DeliveryAcademic paper proposing a LightGBM GBDT-based learned cache-eviction model for edge content delivery, with companion code.
- Lambda Edge TutorialThis tutorial shows you how to get started with Lambda@Edge by helping you create and add a sample Node.js function that runs in CloudFront…
- Lambda@Edge Design Best PracticesLambda@Edge transforms CloudFront into a highly programmable CDN with serverless compute capabilities closer to your viewers around the wor…
- Livepeer: Benchmark Transcoding GuideDocumentation for livepeer_bench, covering real-time segment/duration ratio methodology and tuning concurrent transcode sessions on orchest…
- NGINX Cache Slice: Byte-Range Video CachingOfficial NGINX blog explaining the slice module, which splits files into cacheable pieces so byte-range requests fill cache incrementally —…
- Protecting HLS manifests with signed URLs at the edgeSample using Lambda@Edge to rewrite HLS playlists on the fly and inject per-segment signed URLs, with a two-distribution manifest/segment s…
- R2-video-streamingSync script and Cloudflare Worker for HLS delivery off Cloudflare R2 object storage.
- Replacing Client-Side JavaScript SDKs with WebAssembly Components at the EdgeFastly engineering post on running WebAssembly components at the CDN edge, a pattern applicable to moving manifest and player-side logic of…
- SVTA Open Caching Specification DocumentsComplete Open Caching spec set covering request routing, CDNi interconnect, logging and relayed token authentication for delegated ISP cach…
- Theta EdgeCloud Architecture OverviewDocs for a distributed edge GPU marketplace for video and AI workloads, describing multi-shard topology and efficiency_score-based job rout…
- Using Apache Traffic Control — CDN caching internals (ApacheCon slides)Conference slides on real cache-tier efficiency for video CDNs: volume sizing, cache-key and query-parameter handling, long-tail popularity…
- VoD — RL-based Edge CachingResearch repo implementing reinforcement-learning-based edge caching for VOD, with an nginx edge node and ML cache-eviction policy.
- cXnExtensible open-source CDN with classic nginx→varnish→S3 edge cache architecture, MIT licensed.
- gimmeSelf-hosted CDN written in Go, two-level cache (Redis + S3 backend), auto Cache-Control headers, sits behind Nginx/Varnish/Caddy.
- http-live-streaming (Cloudflare Worker HLS)Cloudflare Worker (Hono-based) serving HLS segments and playlists from R2 storage at the edge.
- varnish-rsRust bindings for Varnish Cache enabling VMODs written in Rust, for edge caching workloads.
- AvbroadcastAvbroadcast - republish media streams for mass consumption
- Cloudflare Stream — Simulcast (Restream) DocumentationAPI docs for restreaming a single live input to up to 50 destinations, with request bodies and per-output configuration.
- How To Setup NGINX For HLS Video Streaming On CentOS 7How to live stream videos with Nginx.