83aab23242
It seems that it is not possible to create multiple OpenGL textures for the same window. When sources are duplicated in studio mode this causes window capture sources to become black. The OBS_SOURCE_DO_NOT_DUPLICATE flag prevents that this happens. |
||
---|---|---|
.. | ||
data/locale | ||
CMakeLists.txt | ||
README | ||
linux-capture.c | ||
xcompcap-helper.cpp | ||
xcompcap-helper.hpp | ||
xcompcap-main.cpp | ||
xcompcap-main.hpp | ||
xcomposite-main.cpp | ||
xcursor-xcb.c | ||
xcursor-xcb.h | ||
xcursor.c | ||
xcursor.h | ||
xhelpers.c | ||
xhelpers.h | ||
xshm-input.c |
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