> 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/gremsy-tiny-series/lynx/software-configuration/web-setting-app/video-stream/ir-stream-settings.md).

# IR Stream Settings

This section allows you to configure IR streaming parameters for optimal performance based on your network conditions and operational requirements.

{% hint style="warning" %}
This setting is only available when the **\<Individual IR Stream>** option is enabled.
{% endhint %}

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

### **Bitrate** <a href="#bitrate" id="bitrate"></a>

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**

### **Encoder** <a href="#encoder" id="encoder"></a>

Choose the video compression format:

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

### **Mount Point**

Defines the stream endpoint name used by RTSP clients (e.g., VLC, Payload Assitant App/Desktop):

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

### **Resolution**

Select the desired output resolution:

* **1280 × 1024 (HD)**
* **640 x 512 (Low Bandwidth Mode)**

### **Frame Rate** <a href="#frame-rate" id="frame-rate"></a>

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

* **Range:** 1 to 30 FPS

> Lower frame rates reduce bandwidth and power consumption.

### **Saving Your Settings**

Click **“APPLY”** to save and apply your selected streaming configuration.\
Streaming changes may take effect immediately **or require a system reboot.**


---

# 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.gremsy.com/gremsy-tiny-series/lynx/software-configuration/web-setting-app/video-stream/ir-stream-settings.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.
