Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 06:40
· 14 commits to main since this release

Fixed

  • Debian/Ubuntu compatibility: the capture feeder ran the hardcoded /usr/bin/python, which does not exist on Debian/Ubuntu. The system python is now resolved from PATH.

Added

  • libx264 probe before going live. Fedora's default ffmpeg (ffmpeg-free) ships without the H.264 software encoder — the stream now fails with a clear message pointing at the full RPM Fusion ffmpeg instead of an opaque ffmpeg crash. get_encoders also reports x264 availability.
  • GStreamer/PipeWire pre-check before starting the capture: missing python bindings or pipewiresrc (stock Arch/Fedora/Debian) now produce the exact package command for your OS in the QAM (new no_gst error).
  • openSUSE (zypper) is now covered by the OS-specific install hints; unknown stream errors now display the backend hint when available.