> For the complete documentation index, see [llms.txt](https://help.streamvi.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.streamvi.ru/instrukcii/dobavlenie-kanalov/rutube.md).

# RuTube

[Нажмите кнопку "Добавить" в разделе "Каналы"](/instrukcii/dobavlenie-kanalov.md) > Выберите "RuTube"

Откроется окно, в которое нужно вставить данные из RuTube. Название можно указать любое, его будете видеть только вы.

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

Оставим эту страницу открытой и перейдем на <https://rutube.ru>.

Нажмите "Добавить" -> "Создать трансляцию"

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

Заполните название, описание, выберите категорию и нажмите "Далее"

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

Скопируйте "Ключ трансляции" и "URL трансляции"

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

Вставьте данные на открытой ранее странице StreamVi, нажмите добавить.

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

Добавление канала завершено, каждый раз при старте новой трансляции вам необходимо зайти на канал и обновить эти данные.

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

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

Если опция на РуТуб "Включить автоматический запуск" выключена, то сначала вам нужно запустить трансляцию в OBS, затем нажать кнопку "Начать трансляцию". Если включить эту опцию, то трансляция начнется автоматически при запуске в OBS.

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

После добавления, вы можете [**начать трансляцию**](/instrukcii/nastroika-programm.md)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.streamvi.ru/instrukcii/dobavlenie-kanalov/rutube.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
