mediaonion
Experimental Node.js origin server for media streaming.
Link
Related resources
- Media CDN Origins Overview (Google Cloud)Official Media CDN docs on origin configuration: request collapsing semantics, cache-layer shielding, failover origins, and session-leader…
- Unified Streaming: Origin Caching Recommendations by Use CasePackager-side caching guidance per workflow: ETag/If-None-Match handling, Usp-Cache-Control max-age-ms, and distinct live vs VOD TTL strate…
- CDN Origin Offload: Engineering Techniques to Minimize Origin FetchesPractical origin-offload tuning for streaming: stable segment URLs, cache-key hygiene, and how per-viewer query parameters destroy cache hi…
- Unified Origin Live — just-in-time live packaging documentationOfficial docs for running Unified Origin as a live JIT-packaging origin: DASH-IF Live Media Ingest Interface 1 (encoder HTTP POST), archive…
- DASH-IF Live Media Ingest ProtocolSpecification defining Interface 1 (CMAF track ingest) and Interface 2 (DASH/HLS ingest) for pushing live media from encoders to origins/pa…
- GPAC MP4Box — Fragmentation, Segmentation, Splitting and Interleaving guideOfficial GPAC wiki reference for MP4Box's DASH/CMAF segmenter: -dash, -frag, -split and -inter options, DASH profile conformance, and live/…
- Intel Quick Sync Video Hardware Transcoding on KubernetesHands-on guide to exposing Intel iGPU QSV transcoding in Kubernetes via the Intel Device Plugins Operator, covering render group permission…
- Comparing Video Encoders — Methodology GuidePractitioner guide to fair encoder comparison using SSIMULACRA2 and XPSNR: CRF sweeps, score aggregation, and common benchmarking pitfalls.
- Jellyfin Hardware Acceleration DocumentationPractical guide to Intel, AMD, NVIDIA, Apple and Rockchip hardware transcoding, jellyfin-ffmpeg requirements, VPP HDR10 tone mapping and re…
- avpipeGo/C library built on FFmpeg internals providing a simple API to transcode into MP4/M4S (HLS/DASH) segments on the fly, used in production…
- FLACReference implementation of the FLAC lossless audio codec.
- CloudTranscodeDistributed transcoding stack using AWS SWF/SQS/S3, workers run locally or on EC2/Beanstalk/Docker, tunable for cost/performance.
- libvpx VP9 Spatial SVC Encoder ExampleReference libvpx example implementing VP9 spatial and temporal scalability, showing -sl/-tl/-tlm flags, scale factors, and per-layer min/ma…
- HEVC Format Range Extensions (RExt) — Fraunhofer HHIAuthoritative explainer of the HEVC RExt profiles covering high bit depth and 4:2:2/4:4:4 chroma subsampling, with reference software point…