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