# OBS Studio

<figure><img src="/files/pEsYly8NmrwrpgS5L63j" alt=""><figcaption></figcaption></figure>

Установить OBS Studio в ALT Linux

```bash
sudo apt-get install obs-studio
```

через EPM

```bash
epmi obs-studio
```

Flatpak

```bash
flatpak install flathub com.obsproject.Studio
```

Шорткаты для OBS Studio Wayland

```bash
flatpak install flathub com.obsproject.Studio.Plugin.WaylandHotkeys
```

Чтобы повторно вызвать данное меню с назначением шорткатов:

01\. Открываем Настройки GNOME - Приложения - OBS Studio

<figure><img src="/files/v10owngaNT14haTmPUqO" alt=""><figcaption></figcaption></figure>

Другие плагины для OBS Studio

```bash
sudo apt-get install obs-studio-plugin-droidcam
```

```bash
sudo apt-get install obs-studio-plugin-vaapi
```

```bash
sudo apt-get install obs-studio-plugin-input-overlay
```

```bash
sudo apt-get install obs-studio-plugin-multi-rtmp
```

Больше плагинов для OBS на Flathub (Вкладка Add-ons)

{% embed url="<https://flathub.org/en/apps/com.obsproject.Studio>" %}

<div><figure><img src="/files/qxF84wqkiCEPOfVyBUPb" alt=""><figcaption></figcaption></figure> <figure><img src="/files/AanabEWi6Abg6nROCYZP" alt=""><figcaption></figcaption></figure></div>

Droidcam для ALT Linux

```bash
sudo apt-get install droidcam
```

или через EPM

```
epmi droidcam
```

<figure><img src="/files/7IPcLKQcVgaNpQ52NraO" alt=""><figcaption></figcaption></figure>

Запуск Droidcam

```bash
sudo modprobe v4l2loopback
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://plafon.gitbook.io/alt-zero/apps/obs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
