> 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/orus-l/software-configuration/assistance-software/payload-assistant-desktop.md).

# Payload Assistant Desktop

Orus L Fully compatible with the **Gremsy Assistance Desktop** offering advanced control and configuration capabilities over USB-Ethernet for settings and testing the payload.

### **Video Stream and Control via Payload Assistant Desktop**

Use the USB-C port to stream and control the Orus-L payload using the **Payload Assistant Desktop** application.

{% stepper %}
{% step %}
**✅ Step 1: Launch the Application**

Open Payload Assistant Desktop v2.0.0.1 or later on your computer.

{% embed url="<https://github.com/Gremsy/Payload-Assistant-Desktop/releases/tag/v2.0.0.1>" %}
{% endstep %}

{% step %}
**✅ Step 2: Configure RTSP Video Stream**

URL RTSP: <mark style="color:green;">rtsp\://192.168.55.1:8554/payload</mark>

*Port 8554 is used for RTSP (Real-Time Streaming Protocol).*
{% endstep %}

{% step %}
**✅ Step 3: Set Communication Settings**

* IP: 192.168.55.1
* PORT: 14566

*Port 14566 is used for MAVLink telemetry communication.*
{% endstep %}

{% step %}
**✅ Step 4: Connect**

1. Status will show: "PAYLOAD CONNECTED" if successful.
2. Click "Open Video" to start the RTSP stream (video feed).
3. Click "Connect" to establish the MAVLink link via port 14566.
   {% endstep %}
   {% endstepper %}

<figure><img src="https://lh7-rt.googleusercontent.com/slidesz/AGV_vUf-ugPEMs79basbGgYRU7CDELWlf4QfpQh4NoLdPho2yUanpytgr8Glsf-goeK0WiGXfpCv-aJ8tf0BH1IWndlkwZcAis8tHEKN9pXmRilrAApJlCFTjfIwGcbj_hoqEWY0LeTuig=s2048?key=JcykXgYdliLWfWdlkzdgOQ" alt=""><figcaption></figcaption></figure>

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

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

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gremsy.com/payloads/orus-l/software-configuration/assistance-software/payload-assistant-desktop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
