# Connecting a Second Screen

## Introduction

The second screen function streams the video feed to a local device via an **RTSP-based video stream** from the **GCS**.&#x20;

The second screen connects to the GCS, not directly to the UAV, to avoid doubling the UAV's bandwidth usage.&#x20;

The video feed displayed on the second screen is the direct feed from the camera.

## Using a WiFi hotspot

A second device can connect to the same network if your GCS is connected to a WiFi network or hotspot.

To stream the video feed locally to a second screen, you need the following:

* The **IP address** of the **GCS**.
* [**VLC Media Player**](https://www.videolan.org/vlc/) (recommended software) for viewing the video stream on the second screen device. The VLC Media Player is cross-platform compatible and can be installed on many devices.

<figure><img src="/files/ZG1ZBC2kwamJjIYduza7" alt="" width="250"><figcaption></figcaption></figure>

* The GCS and the second screen device need to be connected to the same Wi-Fi network or hotspot.&#x20;
* The DeltaQuad Evo and the GCS need to be powered on and connected.

{% hint style="warning" %}
When ground-testing the video feed with an infrared-capable camera it is important to provide **active cooling**. We recommend a **USB fan** pointed directly towards the camera.
{% endhint %}

1. Once the GCS is connected to the Wi-Fi network or hotspot, you can determine the **Wi-Fi IP address** assigned to the GCS by opening the **Evo Control Panel**.

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

2. Here you will find the **Wi-Fi IP address** which shows the values for the IP address assigned by the Wi-Fi network or hotspot. The value required is the sequence of 4 numbers separated by a dot, in our example: 192.168.2.68

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

3. Make sure that the second screen device is connected to the same Wi-Fi network or hotspot as the GCS and open the [VLC Media Player](https://www.videolan.org/).

<figure><img src="/files/xwsKk6YITwX2gJ0hjgoE" alt=""><figcaption><p>The VLC user interface might look different depending on the platform in use.</p></figcaption></figure>

4. Go to **Media** and open the **Stream...** function.

<figure><img src="/files/3bQ6Cyx1aLHORTB7dGtg" alt=""><figcaption></figcaption></figure>

5. Go to the **Network** tab.

<figure><img src="/files/4IuDYmG12LJYTzYw9FrC" alt=""><figcaption></figcaption></figure>

6. In the **network URL** field enter the following address:

```
rtsp://[IP-ADDRESS]:8553/stream1
```

In our example, it is rtsp\://192.168.2.68:8553/stream1.

7. Check **Show more options** and set the value for **Caching** to **100ms**. Click on **Stream** in the lower right corner of the window.

<figure><img src="/files/6S7B01WLGYFiMxtBMRL0" alt=""><figcaption></figcaption></figure>

8. Click **Next** in the **Source** window.

<figure><img src="/files/8Nou2lEvDB7m3VxxbHUq" alt=""><figcaption></figcaption></figure>

9. Click **Next** in the **Destination Setup** window.

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

10. Click **Next** in the **Transcoding Options** window.

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

11. Click **Stream** in the **Option Setup** window.

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

12. After a few seconds, the video feed should appear in the VLC Media Player.

<figure><img src="/files/4Ad92WS2NyNSp2vThyNd" alt=""><figcaption></figcaption></figure>


---

# 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.deltaquad.com/gov/deltaquad-evo-payloads/nextvision-isr-payloads/connecting-a-second-screen.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.
