# Video Streaming

<figure><img src="/files/3yUSxLgK9ZYjZPodwTyW" alt="" width="325"><figcaption></figcaption></figure>

### **Auto Connect** <a href="#auto-connect" id="auto-connect"></a>

Determines whether the stream starts automatically when the system powers on:

* **Enable** – Automatically initiates video streaming
* **Disable** – Requires manual start.

***

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

***

### **Mount Point** <a href="#mount-point" id="mount-point"></a>

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.

***

### **Port** <a href="#port" id="port"></a>

Specifies the port number used for RTSP streaming:

* **Default:** `8554`

> 📌 Ensure this port is open and not blocked by firewalls on your network.

***

### **Resolution** <a href="#resolution" id="resolution"></a>

Select the desired output resolution:

* **1920 × 1080 (Full HD)**
* **1280 × 720 (HD)**
* **640 × 360 (Low Bandwidth Mode)**

***

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

***

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

***

### **Individual IR Stream** <a href="#individual-ir-stream" id="individual-ir-stream"></a>

Enable or disable a separate infrared video stream:

* **Enable** – Streams IR video independently from EO
* **Disable** – IR is not streamed or is embedded with EO feed

```
Implemented dual RTSP streams (need to enable on the Web Ui app):
192.168.x.x:8554/payload (configurable based on view source).
192.168.x.x:8554/payload_ir (dedicated IR stream).
```

***

#### **Saving Your Settings** <a href="#saving-your-settings" id="saving-your-settings"></a>

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


---

# 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.gremsy.com/payloads/vio/software-configuration/vio-settings-app/systems/video-streaming.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.
