Real-Time Encoding Solutions
Browse 16 curated real-time encoding solutions resources for video development on Awesome Video.
Resources
- ABR BroadcasterA real time encoder for Adaptive Bitrate Broadcast
- Content-Driven Frame-Level Bit Prediction for Rate Control in Versatile Video CodingAcademic paper on frame-level rate control for VVC, building on VVenC rate-capping for real-time-oriented bit allocation.
- DeepGameReal-time content-adaptive encoding for cloud gaming using spatiotemporal DNN to weight regions by player gaze/interest, cutting bandwidth…
- Evaluation of GPU Video Encoders for Low-Latency Real-Time 4K UHD EncodingAcademic benchmark of HEVC/AV1 GPU encoders targeting sub-2-second and sub-500ms latency tiers for real-time 4K UHD encoding.
- FPGA-based Logarithmic Hop Encoding for Low-Latency Real-Time Video (Drones)Peer-reviewed paper on an FPGA-implemented low-latency real-time video encoder (LHE) for embedded/drone applications, with companion code r…
- Gstreamillencoder with hls output based on GStreamer.
- Live Video Transmuxing/Transcoding: FFmpeg vs TwitchTranscoder, Part 2Technical comparison examining FFmpeg and Twitch's proprietary transcoder for live video transmuxing and transcoding in production environm…
- Live Video Transmuxing/Transcoding: FFmpeg vs TwitchTranscoder, Part ITechnical comparison examining FFmpeg and Twitch's proprietary transcoder for live video transmuxing and transcoding in production environm…
- LiveForgeGo single-binary multi-protocol live media server supporting RTMP/RTSP/SRT/WHIP/WHEP/HLS/LL-HLS/DASH ingest and delivery.
- LiveVideo10msAndroid library for real-time video decoding with under 10ms latency, relevant for real-time streaming pipelines.
- RTSP StreamOut of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.
- StreamPack - Multiprotocol live streaming broadcaster libraries for AndroidStreamPack is a lightweight, high-performance toolkit for building streaming video processing pipelines on Android. It provides reusable co…
- VidaptiveDecouples video encoding from transport, pacing frames at congestion-control rate and dynamically retargeting encoder bitrate to CCA capaci…
- go-transcodeOn-demand HTTP transcoding origin for live inputs and static files with NVIDIA GPU acceleration via Docker.
- hls_transcoder (Rust)Rust library building GStreamer pipelines to transcode to HLS with hardware (NVENC) and software (x264) support.
- open-streamerGo live streaming server with in-process libavcodec ABR transcoding and full-GPU pipeline (NVDEC→scale_cuda→NVENC), 1×decode + N×encode fan…