datarhei Core API — FFmpeg process orchestration
REST/JSON API documentation for datarhei Core, which supervises long-running FFmpeg processes with resource limits, acting as a transcode orchestration layer.
Link
Related resources
- go-libav — cgo FFmpeg bindings for GoGo cgo bindings targeting FFmpeg 6.1+, an alternative to go-astiav with notes on CGO call overhead.
- rusty_ffmpeg — raw FFmpeg FFI bindings for RustAuto-generated low-level Rust FFI bindings to FFmpeg libraries, tracking recent FFmpeg releases with build-time linking helpers.
- video-rs — high-level Rust video encode/decodeErgonomic Rust library layered on ffmpeg-next for reading, writing, encoding, decoding and muxing video with ndarray frame interop.
- ffmpeg-the-third — maintained Rust FFmpeg bindingsActively maintained fork of ffmpeg-next providing safe Rust bindings for FFmpeg 5.1 through 8.x.
- Eyevinn Channel Engine — API referenceDeveloper reference for the VOD2Live Channel Engine library covering asset managers, channel managers and stream switching hooks.
- Dynamic Runtime Commands and Timeline Editing in FFmpeg (sendcmd & zmq)Practitioner tutorial on driving filter parameters at runtime with sendcmd command files and live zmq control of a running FFmpeg process.
- GStreamer debugging tools tutorialOfficial guide to GST_DEBUG levels and categories plus GST_DEBUG_DUMP_DOT_DIR pipeline graph dumps for diagnosing media pipelines.
- FairPlay Streaming Overview (Apple)Apple's architecture document for FairPlay Streaming covering the SPC/CKC exchange and Key Security Module responsibilities for license ser…
- Shaka Player DRM Configuration TutorialGuide to configuring key systems, robustness levels, persistentStateRequired and license-exchange logging for debugging EME playback.
- SRT CookBook: Analysing SRT Traffic with TShark/WiresharkPractical guide to capturing and dissecting SRT traffic, including the UDP heuristic-dissector gotcha and useful display filters.
- John Van Sickle FFmpeg static buildsLong-running source of GPLv3 static FFmpeg builds for Linux x86 and ARM (both release and git-master), the standard drop-in binary for serv…
- Bunny Stream API ReferenceComplete REST reference for Bunny Stream: per-library AccessKey auth, video create/upload, fetch-from-URL and collection management endpoin…
- EBU DMF Media eXchange Layer (MXL): Streamlining Multi-Vendor Live Video (Mile-High Video)Conference paper describing MXL's design goals and grain-exchange architecture for interoperable software-based live production.
- webrtc-dump-importer — chrome://webrtc-internals Dump AnalyzerImports webrtc-internals JSON dumps and plots getStats time series as zoomable graphs for diagnosing real-time session issues.
- Chromium Media Internals DocumentationOfficial docs for chrome://media-internals: player state, buffered ranges, event logs, audio streams and media cache inspection for debuggi…