Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fogti/obs-xdg-portal
Fork of https://gitlab.gnome.org/feaneron/obs-xdg-portal
https://github.com/fogti/obs-xdg-portal
Last synced: about 1 month ago
JSON representation
Fork of https://gitlab.gnome.org/feaneron/obs-xdg-portal
- Host: GitHub
- URL: https://github.com/fogti/obs-xdg-portal
- Owner: fogti
- License: gpl-3.0
- Created: 2021-06-28T17:14:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T18:11:51.000Z (over 3 years ago)
- Last Synced: 2023-03-21T21:53:12.453Z (almost 2 years ago)
- Language: C
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# obs-xdg-portal
OBS Studio plugin that captures windows and monitors using portals. It relies
on PipeWire for exchanging buffers between the compositor.### Building
**Dependencies:**
- OBS Studio with Wayland / DMA-BUF support ([here](https://github.com/obsproject/obs-studio/pull/3338))
- PipeWire >= 0.3```
$ meson . _build --prefix /usr
$ sudo ninja -C _build install
```