Florian Zwoch b6366757c0 linux-capture: Fix for pipewire capture leaking texture handles 3 years ago
..
data ac8dbf67be Update translations from Crowdin 3 years ago
CMakeLists.txt 0532a5c1f0 linux-capture: Fix Ubuntu 21.10 builds 3 years ago
README a9cd60a78f Rename linux-xshm module to linux-capture 11 years ago
linux-capture.c 09b5290c7b linux-capture: Load XSHM capture on EGL/X11 4 years ago
pipewire-capture.c f52f34b614 linux-capture: Fix missing parameter for pipewire capture 3 years ago
pipewire-capture.h c2f8b2058b linux-capture: Add PipeWire-based capture 4 years ago
pipewire.c b6366757c0 linux-capture: Fix for pipewire capture leaking texture handles 3 years ago
pipewire.h 26f1bfd05f linux-capture: Implement stream restoration 3 years ago
portal.c 8537c7593c linux-capture: Add getter to screencast portal version 3 years ago
portal.h 8537c7593c linux-capture: Add getter to screencast portal version 3 years ago
xcompcap-helper.cpp 9afd1c99bd linux-capture: Remove unused code 4 years ago
xcompcap-helper.hpp 9afd1c99bd linux-capture: Remove unused code 4 years ago
xcompcap-main.cpp b684e01aad linux-capture: Disable strict binding for NVIDIA drivers 3 years ago
xcompcap-main.hpp f53df7da64 clang-format: Apply formatting 6 years ago
xcomposite-main.cpp 82ffcdc827 UI: Add source icons 6 years ago
xcursor-xcb.c 33b744270a linux-capture: Support linear SRGB 4 years ago
xcursor-xcb.h f53df7da64 clang-format: Apply formatting 6 years ago
xcursor.c 33b744270a linux-capture: Support linear SRGB 4 years ago
xcursor.h fd668695db linux-capture: Fix cursor draw bug when cropping window cap. 6 years ago
xhelpers.c 96924553f0 linux-capture: Use RandR monitors for screen information 5 years ago
xhelpers.h 96924553f0 linux-capture: Use RandR monitors for screen information 5 years ago
xshm-input.c 9eaf2fa766 linux-capture: Add OBS_SOURCE_SRGB flag 4 years ago

README


Linux XShm capture plugin

This plugin uses the MIT-SHM extension for the X-server to capture the
desktop.

Todo:

- handle resolution changes of screens
- handle adding/removing screens while recording
- support different depths

Contributing:

If you are interested in helping out with the plugin, please drop by in the
#obs-dev channel on quakenet.

References:
- http://www.x.org/releases/current/doc/xextproto/shm.html