# ETHERNET RECEIVER CONFIGURATION

### Got video stream with QGroundControl app

General/Video setup as follows:

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

### **Got video stream with Gstreamer**

\
In the case of using an embedded computer with the Gstreamer library, the video can be received via the command:

{% code overflow="wrap" %}

```
gst-launch-1.0 rtpbin name=rtpbin udpsrc caps='application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' port=5000 ! rtpbin.recv_rtp_sink_0 rtpbin. ! rtph264depay ! decodebin ! videoconvert ! autovideosink sync=false
```

{% endcode %}

<br>


---

# 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/zio/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.
