> 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/stream-general-settings.md).

# Stream General Settings

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

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

### **Auto Connect**

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

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

***

### **Stream Type**

* **Default:** RTSP
* New update: RTP (UDP)

***

### **Port**

Specifies the port number used for RTSP streaming:

* **Default:** `8554`

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

***

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

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

### **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/stream-general-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.
