> 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-es/juegos-y-streaming/gaming-streaming.md).

# Descripción general

Soluciones de juego en la nube y transmisión de juegos impulsadas por GPUs de CLORE.AI.

Transforma cualquier dispositivo en una potencia de juego transmitiendo juegos desde instancias en la nube aceleradas por GPU. Nuestras guías cubren soluciones de juego remoto que ofrecen experiencias de juego de alta calidad y baja latencia a través de Internet.

Perfecto para jugadores que quieren jugar títulos exigentes en dispositivos ligeros, creadores de contenido que necesitan configuraciones de transmisión potentes, o cualquier persona que busque acceder a hardware de juego sin la inversión inicial. Transmite tus juegos favoritos con latencia mínima en el marketplace de Clore.ai.

## Guías disponibles

| Guía                                                                                  | Caso de uso                                             | Dificultad |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------- | ---------- |
| [Sunshine + Moonlight](/guides/guides_v2-es/juegos-y-streaming/sunshine-moonlight.md) | Configuración de transmisión de juegos de baja latencia | Media      |

## Recomendaciones de GPU

| Tipo de juego | GPU mínima   | Recomendado |
| ------------- | ------------ | ----------- |
| 1080p 60fps   | GTX 1060 6GB | RTX 3060    |
| 1440p 60fps   | RTX 3070     | RTX 3080    |
| 4K 60fps      | RTX 3080     | RTX 4090    |
| Juegos VR     | RTX 3070     | RTX 4080+   |

## Calidad de transmisión

| Resolución  | Tasa de bits | Latencia | Uso de GPU |
| ----------- | ------------ | -------- | ---------- |
| 1080p 60fps | 20-50 Mbps   | <10 ms   | Media      |
| 1440p 60fps | 50-100 Mbps  | <15 ms   | Alta       |
| 4K 60fps    | 100-200 Mbps | <20 ms   | Muy alta   |

## Guías relacionadas

* [Configuraciones avanzadas](/guides/guides_v2-es/avanzado/advanced.md)
* [Primeros pasos](/guides/guides_v2-es/primeros-pasos/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-es/juegos-y-streaming/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.
