> For the complete documentation index, see [llms.txt](https://docs.fluidplayer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluidplayer.com/es/streaming/streaming-support.md).

# Compatibilidad con streaming

La transmisión en streaming es contenido multimedia que se recibe continuamente y se presenta a un usuario final mientras lo entrega un proveedor.

Fluid Player admite la transmisión MPEG-DASH y HLS. Ambos funcionan dividiendo el contenido en segmentos.

Los segmentos contienen contenido de video o audio, y se seleccionan según la tasa de bits más alta disponible.

Esto es para garantizar que haya la menor cantidad posible de interrupciones y recargas. Se pueden encontrar más detalles sobre la transmisión en streaming [aquí.](https://en.wikipedia.org/wiki/Streaming_media#Protocols)

*Última actualización el 20/5/2020*


---

# 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:

```
GET https://docs.fluidplayer.com/es/streaming/streaming-support.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.
