c1b87e70ef
PipeWire server versions older than 0.3.24 can be incompatible with clients build against a newer library version with respect to DMA-BUF sharing. So we want to fallback to SHM transfer. This commit adds checks for older versions. These are classified as follows: * PipeWire components older than 0.3.24: Restrict to SHM only * PipeWire components with version 0.3.24 and newer: Announce DMA-BUF support via `SPA_PARAM_BUFFERS_dataType`
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