LIVI (Linux In-Vehicle Infotainment)

Open-source standalone CarPlay/Android Auto head unit for ARM boards (Raspberry Pi 4/5) with a zero-copy GStreamer pipeline keeping hardware decode on the GPU end-to-end.

Link

Related resources

  • Rockchip-DocsDocumentation for the Rockchip Buildroot/Debian/Yocto multimedia stack: vpu_service → MPP → GStreamer/rockit hardware video pipeline.
  • video-player (Pi 5 KMSDRM)4K Raspberry Pi 5 video player using KMSDRM hardware acceleration with WebSocket control and A/V sync.
  • ffmpeg-VideoPlayer-Rust_SlintVideo player built with Rust, FFmpeg, and the Slint UI toolkit, with hardware-accelerated decode and broad codec/container support.
  • videowall (info-beamer)Master/client Python setup for showing distinct fullscreen video per screen, e.g. one per Raspberry Pi, for signage installations.
  • ngw (Nano GStreamer Wrapper)Minimal C++11 embeddable GStreamer wrapper for game engines and interactive frameworks; single-threaded, lock-free, cross-platform.
  • SmartTubeNextAdvanced open-source video player for Android TV and set-top box devices.
  • webrtc-externalsWebExtension replicating the chrome://webrtc-internals workflow cross-browser (Firefox/Edge included).
  • webrtc-internals-exporterChromium extension exporting WebRTC stats to Prometheus PushGateway with an included Grafana dashboard.
  • Google Cast — Official GitHub OrganizationOfficial Google Cast samples hub containing sender and receiver reference implementations across multiple platforms.
  • CastSoundBoardCustom Chromecast sender+receiver demo pair using Web Audio API for multi-track audio playback, a pattern reference for building custom Cas…