> For the complete documentation index, see [llms.txt](https://docs.vrsoft.com.br/vrmaster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vrsoft.com.br/vrmaster/manual-do-sistema/manual-do-sistema-vr-monitoramento/manual-do-sistema-vr-pdv-admin-api-v2/manual-do-sistema-rtsp-to-webrtc/dvr-hikvision.md).

# DVR HikVision

Os DVRs da Hikvision seguem um padrão bem definido para URLs RTSP, o que facilita a integração com sistemas de vigilância e reprodução de vídeo ao vivo. Vamos detalhar como montar e entender essas URLs no formato correto.

```

  rtsp://USUARIO:SENHA@IP:PORTA/Streaming/Channels/CHANNEL_SUBSTREAM

```

| Componente | Descrição                                                              |
| ---------- | ---------------------------------------------------------------------- |
| USUARIO    | Nome de usuário configurado no DVR/NVR. Exemplo: admin.                |
| SENHA      | Senha correspondente ao usuário. Exemplo: 123.                         |
| IP         | Endereço IP do dispositivo na rede. Exemplo: 192.168.0.1.              |
| PORTA      | Porta RTSP configurada no dispositivo. Por padrão, é 554.              |
| CHANNEL    | Número do canal da câmera no DVR/NVR. Exemplo: 4.                      |
| SUBSTREAM  | Tipo de stream (fluxo de vídeo): 01 para subfluxo e 00 para principal. |


---

# 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.vrsoft.com.br/vrmaster/manual-do-sistema/manual-do-sistema-vr-monitoramento/manual-do-sistema-vr-pdv-admin-api-v2/manual-do-sistema-rtsp-to-webrtc/dvr-hikvision.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.
