Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkorty/obs-wayland-fix
wlrobs is an obs-studio plugin that allows you to screen capture on wlroots based wayland compositors
https://github.com/arkorty/obs-wayland-fix
obs obs-studio-plugin wayland wlroots
Last synced: 2 days ago
JSON representation
wlrobs is an obs-studio plugin that allows you to screen capture on wlroots based wayland compositors
- Host: GitHub
- URL: https://github.com/arkorty/obs-wayland-fix
- Owner: arkorty
- License: gpl-3.0
- Created: 2024-06-04T19:59:06.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-04T20:17:18.000Z (5 months ago)
- Last Synced: 2024-06-04T22:11:15.566Z (5 months ago)
- Topics: obs, obs-studio-plugin, wayland, wlroots
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
# wlrobs (Fork)
> **Note:** This is a fork of the original wlrobs repository. The original repository can be found [here](https://hg.sr.ht/~scoopta/wlrobs).
wlrobs is an obs-studio plugin that allows you to screen capture on wlroots based wayland compositors## Dependencies
libwayland-dev
libobs-dev
pkg-config
meson
## Building
hg clone https://hg.sr.ht/~scoopta/wlrobs
cd wlrobs
meson build
ninja -C build
The screencopy backend can be disabled with the `-Duse_scpy=false` meson option, likewise dmabuf can be disabled with `-Duse_dmabuf=false`## Installing
mkdir -p ~/.config/obs-studio/plugins/wlrobs/bin/64bit
cp build/libwlrobs.so ~/.config/obs-studio/plugins/wlrobs/bin/64bit
## Uninstalling
rm -rf ~/.config/obs-studio/plugins/wlrobs
## Bug Reports
Please file bug reports at https://todo.sr.ht/~scoopta/wlrobs
## Contributing
Please submit patches to https://lists.sr.ht/~scoopta/wlrobsYou can find documentation here https://man.sr.ht/hg.sr.ht/email.md