Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 20:41
· 16 commits to main since this release

Runtime dependency checks 🐧

One build for every Linux distro: going live now verifies what the machine has.

Added

  • ffmpeg presence check before starting a stream, with the exact install command for the detected package manager (pacman / rpm-ostree / dnf / apt).
  • Better v4l2loopback errors. The “no loopback” error now carries a precise hint that distinguishes “module not installed” (package + modprobe command) from “installed but not loaded” (modprobe only), shown right under the live button.

No behavior change on machines where everything is already set up.