> For the complete documentation index, see [llms.txt](https://docs.gremsy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gremsy.com/payloads/orus-l/software-configuration/web-setting-app/video-stream/ir-stream-settings.md).

# IR Stream Settings

<figure><img src="/files/xZ1NDHjlMigs08encRNo" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Please enable the Individual IR Stream to change the IR camera settings
{% endhint %}

### **Bitrate**

Sets the data rate for video transmission. Higher bitrates offer better quality but require more bandwidth:

* 512 Kbps
* 1 Mbps
* **2 Mbps**
* 4 Mbps
* 8 Mbps

### **Mount Point**

Defines the stream endpoint name used by RTSP clients (e.g., VLC, Payload Plus):

* **Default:** `payload_ir`
* You can change this value as needed for your streaming setup.

### **Resolution**

Select the desired output resolution:

* **640x512**
* 1280x1024
* 480x284
* 320x256
* 160x128

### **Encoder**

Choose the video compression format:

* **H.264 (AVC)** – Standard and widely supported
* **H.265 (HEVC)** – Higher efficiency, reduced bandwidth usage

### **Frame Rate**

Set the number of video frames per second (FPS):

* **Range:** 1 to 60 FPS

> Lower frame rates reduce bandwidth and power consumption.


---

# 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.gremsy.com/payloads/orus-l/software-configuration/web-setting-app/video-stream/ir-stream-settings.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.
