obs-studio/plugins/linux-capture
2024-06-07 09:47:58 +00:00
..
cmake plugins: Add Linux-specific plugins for CMake build framework 3.0 2024-04-13 23:48:38 -04:00
data/locale Update translations from Crowdin 2024-06-07 09:47:58 +00:00
CMakeLists.txt linux-capture: Fix module prefix with CMake 3 2024-06-06 14:23:15 -04:00
linux-capture.c libobs,plugins: Remove one-case switches 2023-01-16 11:43:47 +01:00
README Rename linux-xshm module to linux-capture 2014-08-29 17:19:30 -07:00
xcomposite-input.c plugins: Fix compile errors introduced by CMake build framework 3.0 2024-04-13 23:48:38 -04:00
xcomposite-input.h linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xcursor-xcb.c linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xcursor-xcb.h linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xhelpers.c linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xhelpers.h linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xshm-input.c linux-capture: Rename Screen Capture as Display Capture 2024-05-04 16:15:38 -07:00

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