# Connecting a second screen

## Introduction

The second screen function can stream the video feed to a local device.&#x20;

The DeltaQuad Controller provides an RTSP-based video stream. The second screen will connect to the DeltaQuad Controller, not directly to the UAV. This is to prevent the UAV from having to use double the amount of bandwidth.

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

## Using a WiFi hotspot

If your controller is connected to a 5GHz WiFi network or hotspot, a second device can connect to the same network. For information on how to connect the DeltaQuad Controller to a WiFi network or hotspot, please see the [DeltaQuad Controller section](/sth/flight/deltaquad-controller.md#getting-started).

In order to stream the video feed locally to a second screen you need:

* The "IP address" of the DeltaQuad Controller.
* [VLC Media Player](https://www.videolan.org/) (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 DeltaQuad Controller and the second screen device need to be connected to the same Wi-Fi network or hotspot.
* In order to ground-test the setup and check the video feed it is necessary to power the DeltaQuad Evo and establish a radio connection between the Evo and the DeltaQuad Controller.

{% 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 %}

Once the DeltaQuad Controller is connected to the Wi-Fi network or hotspot you can determine the "Wi-Fi IP address" that was assigned to the DeltaQuad Controller by opening the Evo Control Panel.

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

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>

Make sure that the second screen device is connected to the same Wi-Fi network or hotspot as the DeltaQuad Controller 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>

Go to "Media" and open the "Stream..." function.

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

Go to the "Network" tab.

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

&#x20;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.

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>

Click "Next" in the "Source" window.

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

Click "Next" in the "Destination Setup" window.

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

Click "Next" in the "Transcoding Options" window.

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

Click "Stream" in the "Option Setup" window.

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

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/sth/deltaquad-evo-payloads/nextvision/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.
