Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```