feat(capture/linux): add KWin direct screencast capture method (#5009)

Co-authored-by: Ramalama2 <6314556+Ramalama2@users.noreply.github.com>
This commit is contained in:
Kishi
2026-05-05 02:58:35 +02:00
committed by GitHub
parent bdef150c6b
commit a90d3068e9
17 changed files with 813 additions and 18 deletions

View File

@ -2101,6 +2101,11 @@ editing the `conf` file in a text editor. Use the examples as reference.
<td>DRM/KMS screen capture from the kernel. This requires that Sunshine has `cap_sys_admin` capability.
@note{Applies to Linux only.}</td>
</tr>
<tr>
<td>kwin</td>
<td>Capture with KDE/KWin Wayland compositor via KDE screencasting.
@note{Applies to Linux only.}</td>
</tr>
<tr>
<td>x11</td>
<td>Uses XCB. This is the slowest and most CPU intensive so should be avoided if possible.