> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-ru/igry-i-striming/gaming-streaming.md).

# Обзор

Облачные игровые и стриминговые решения на базе GPU CLORE.AI.

Преобразуйте любое устройство в игровую мощь, стримя игры с облачных инстансов с ускорением на GPU. Наши руководства охватывают решения для удалённого гейминга, обеспечивающие качественный игровой опыт с низкой задержкой через интернет.

Идеально подходит для геймеров, которые хотят запускать требовательные игры на лёгких устройствах, контент-креаторов, которым нужны мощные стриминговые настройки, или для тех, кто хочет получить доступ к игровому оборудованию без первоначальных вложений. Стримьте ваши любимые игры с минимальной задержкой по маркетплейсу Clore.ai.

## Доступные руководства

| Руководство                                                                        | Сценарий использования                     | Сложность |
| ---------------------------------------------------------------------------------- | ------------------------------------------ | --------- |
| [Sunshine + Moonlight](/guides/guides_v2-ru/igry-i-striming/sunshine-moonlight.md) | Настройка стриминга игр с низкой задержкой | Средняя   |

## Рекомендации по GPU

| Тип игры    | Минимальный GPU | Рекомендуемый |
| ----------- | --------------- | ------------- |
| 1080p 60fps | GTX 1060 6GB    | RTX 3060      |
| 1440p 60fps | RTX 3070        | RTX 3080      |
| 4K 60fps    | RTX 3080        | RTX 4090      |
| VR-игры     | RTX 3070        | RTX 4080+     |

## Качество стрима

| Разрешение  | Битрейт        | Задержка | Загрузка GPU  |
| ----------- | -------------- | -------- | ------------- |
| 1080p 60fps | 20–50 Мбит/с   | <10 мс   | Средняя       |
| 1440p 60fps | 50–100 Мбит/с  | <15 мс   | Высокая       |
| 4K 60fps    | 100–200 Мбит/с | <20 мс   | Очень высокая |

## Связанные руководства

* [Расширенные настройки](/guides/guides_v2-ru/prodvinutye/advanced.md)
* [Начало работы](/guides/guides_v2-ru/nachalo-raboty/getting-started.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://docs.clore.ai/guides/guides_v2-ru/igry-i-striming/gaming-streaming.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.
