> 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/vio/ethernet-video-stream/ethernet-receiver-configuration.md).

# ETHERNET RECEIVER CONFIGURATION

* The default ip address of the Vio payload is 192.168.12.240
* In the latest software, the Vio payload will output the video feed via Ethernet by using RTSP The default url is: rtsp\://192.168.12.240:8554/vio
* The gstreamer command to get video on the PC gst-launch-1.0 rtspsrc latency=0 location=rtsp\://\<vio\_ip>:8554/vio ! rtph264depay ! decodebin ! videoconvert ! autovideosink sync=false

### 1. On the QGC app <a href="#bkmrk-1.-on-the-qgc-app" id="bkmrk-1.-on-the-qgc-app"></a>

* See Video Settings section

<figure><img src="https://bookstack.gremsy.vn/uploads/images/gallery/2024-01/scaled-1680-/image-1706595298111.png" alt=""><figcaption></figcaption></figure>

### 2. On the PC using VLC <a href="#bkmrk-2.-on-the-pc-2c-use-vl" id="bkmrk-2.-on-the-pc-2c-use-vl"></a>

* Goto Media -> Open Network Stream
* <mark style="color:yellow;">**rtsp\://192.168.12.240:8554/vio**</mark>

<figure><img src="https://bookstack.gremsy.vn/uploads/images/gallery/2024-01/scaled-1680-/image-1706595214020.png" alt=""><figcaption></figcaption></figure>

### 3. On the PC using Gstreamer <a href="#bkmrk-3.-on-the-pc-2c-use-gs" id="bkmrk-3.-on-the-pc-2c-use-gs"></a>

```
// gst-launch-1.0 rtspsrc latency=0 location=rtsp://<vio_ip>:8554/vio ! rtph264depay ! decodebin ! videoconvert ! autovideosink sync=false
```


---

# 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/payloads/vio/ethernet-video-stream/ethernet-receiver-configuration.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.
