#window #gstreamer #x11 #now #resizable #version #ximagesrc

gst-plugin-ximageredux

X11 Window Capture Engine

8 releases

0.1.7 May 13, 2023
0.1.6 Dec 19, 2022
0.1.3 Oct 10, 2022
0.1.2 Sep 11, 2022

#206 in Video

21 downloads per month

MIT/Apache

28KB
560 lines

XImage Redux

A revived version of GStreamer's ximagesrc, now with resizable window support.

Currently show-cursor is not fully implemented due to a crash condition, but PRs to fix this are welcome.

Usage

In a Library

Add gst-plugin-ximageredux to your Cargo.toml, then use the standard GStreamer API.

CLI

Build the library with cargo build --release, then either add the library in target/release to your GStreamer plugin path or copy the file to the standard location.

Dependencies

~13MB
~281K SLoC