# Suporte a streaming

Streaming é multimédia que é constantemente recebida por, e apresentada a, um utilizador final enquanto é entregue por um fornecedor.

O Fluid Player suporta streaming MPEG-DASH e HLS. Ambos funcionam dividindo o conteúdo em segmentos.

Os segmentos contêm conteúdo de vídeo ou áudio e são selecionados com base na taxa de bits mais alta disponível.

Isto serve para garantir que haja o menor número possível de interrupções e recarregamentos. Mais detalhes sobre streaming podem ser encontrados [aqui.](https://en.wikipedia.org/wiki/Streaming_media#Protocols)

*Última atualização em 20/05/2020*


---

# 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://docs.fluidplayer.com/portuguese/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.
