# Стримы

- [Рестрим](https://guide.kodersha.ru/stream/restream.md)
- [Рестрим с разным битрейтом](https://guide.kodersha.ru/stream/restream/multiple-rtmp.md): Для OBS Studio существует плагин Multiple RTMP, он позволяет рестримить на разные площадки, такие как Twitch и Youtube, с разными настройками кодировщика и битрейта.
- [Аудиодорожки](https://guide.kodersha.ru/stream/audio.md)
- [Win Capture Audio](https://guide.kodersha.ru/stream/audio/win-capture-audio.md): Плагин позволяет создавать отдельные источники звука из любых программ, работает на Windows 11 и Windows 10 версии 2004 и выше.
- [Voicemeeter Banana](https://guide.kodersha.ru/stream/audio/voicemeeter-banana.md): Ещё один, менее современный, метод разделения аудиодорожек.
- [Разные аудиодорожки на разных стримах](https://guide.kodersha.ru/stream/audio/restream.md)
- [Веб-камера](https://guide.kodersha.ru/stream/cam.md)
- [Сохранение настроек веб-камеры в OBS Studio](https://guide.kodersha.ru/stream/cam/cfg-cam.md): Многие сталкивались с проблемой, когда после перезагрузки компьютера в OBS Studio настройки веб-камеры сбрасываются на стандартные.
- [Чат-боты](https://guide.kodersha.ru/stream/bots.md)
- [Streamlabs Chatbot](https://guide.kodersha.ru/stream/bots/streamlabs.md)
- [Установка скриптов](https://guide.kodersha.ru/stream/bots/streamlabs/script-install.md)
- [Озвучивание выделенного сообщения на Twitch](https://guide.kodersha.ru/stream/bots/streamlabs/tts.md)
- [Текущий музыкальный трек по команде в чате](https://guide.kodersha.ru/stream/bots/streamlabs/song.md)


---

# 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://guide.kodersha.ru/stream.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.
