SeaweedFS
Distributed object storage (S3 API), O(1) disk access, chunked large-file handling ideal for video segments, erasure coding.
Link
Related resources
- MinIO vs Ceph RGW vs SeaweedFS vs Garage in 2025Comparison of four S3-compatible object stores for large media workloads, including MinIO's license change and expansion/rebalance behaviou…
- Quantum StorNext 7 Tiering Features ExplainedTechnical walkthrough of StorNext File System Pooling versus Storage Manager tiering for media workflows, including the sntier CLI, from a…
- Streaming Media from Backblaze B2Practical guide to serving video from B2 object storage, including the byte-range gotcha where the Native API breaks Safari while the S3-co…
- MinIO: Time to First Byte and Streaming MediaEngineering benchmark of range-GET streaming from object storage: TTFB across an 8-node NVMe cluster at 4000 concurrent readers and why off…
- Building a Petabyte-Scale Video Archive with Fixed-Cost CephArchitecture write-up on tiering a video archive in one Ceph cluster: hot pool with 2x replication plus an archive pool using 5+2 erasure c…
- 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…
- Livepeer: Benchmark Transcoding GuideDocumentation for livepeer_bench, covering real-time segment/duration ratio methodology and tuning concurrent transcode sessions on orchest…
- ApsaraVideo Media Processing (MPS) Development GuideAlibaba Cloud MPS developer docs covering the job/queue/workflow/template model, Narrowband HD encoding, and APIs like SubmitJobs and AddMe…
- OCI Media Services Overview (Oracle Cloud)Oracle Cloud docs for Media Flow (transcoding, ABR ladder, transcription) and Media Streams (HLS packaging and CDN origin) media pipelines.
- Azure Media Services Retirement and Migration GuideOfficial guidance on the June 2024 retirement of Azure Media Services: what was shut down, data retention, and partner replacement paths.
- Achieving 3-Second Latency: LL-HLS and LL-DASH Optimization with CDNEngineering deep-dive on a chunked-proxy CDN module that relays origin bytes mid-fetch, and why proxy_cache_lock plus proxy_buffering break…
- 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…
- PeerTube Administration — Transcoding ConfigurationConfig reference explaining HLS (fMP4) vs Web Video storage tradeoffs, transcoding profiles and the HLS-only recommendation for P2P deliver…
- EdgeCDN-XKubernetes-native GitOps CDN with EdgeOTT-X for full ingest-to-playout OTT streaming, SR-IOV support, in production at Slovak Telekom (3Tbp…
- PCDNHybrid CDN/P2P architecture combining HLS, WebRTC, video.js, and peerjs for video delivery.