Apache Traffic Control
An open source CDN control plane originally contributed by Comcast. Apache Traffic Control can create a CDN with edge cache servers (like Apache Traffic Server) and provides tooling to manage content delivery, making it useful for building an edge caching infrastructure for video
Link
Related resources
- 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.
- AEMCS CDN Log Analysis ToolingAdobe's open-source CDN log analysis tooling (Splunk/ELK) with dashboards for cache hit ratio, HIT/PASS/MISS breakdown, and error-rate moni…
- datarhei CoreOpen-source video server/framework handling VOD storage and FFmpeg-based delivery.
- cXnExtensible open-source CDN with classic nginx→varnish→S3 edge cache architecture, MIT licensed.
- EdgeCDN-XOpen-source CDN built on Kubernetes/CNCF patterns using CRDs, nginx-ingress caching, and CoreDNS-based routing.
- Build a Self-Hosted CDN with OpenResty EdgeStep-by-step guide to building a self-hosted CDN using OpenResty Edge (LuaJIT edge gateway), from the OpenResty core team.
- jsDelivrProduction multi-CDN (Cloudflare+Fastly) delivery network with RUM+synthetic monitoring load balancer and dual-DNS failover architecture, o…
- ML-Driven Open-Source Framework for QoE in Multimedia NetworksEnd-to-end ML framework predicting and optimizing QoE from network conditions, based on ITU-T P.1203, code released open source.
- OpencastOpen-source platform for capturing, processing, managing and distributing academic video, with its own storage and distribution architectur…
- Survive CDN Failures with Redundant StreamsTechnical deep-dive on client-side multi-CDN failover pattern using redundant streams with HLS.js.
- video-transcode-queueReference architecture for a video upload and transcode pipeline running on Kubernetes with a job queue.