# Video Stream Controls

## Optimization preferences&#x20;

Operators can choose between two optimization preferences depending on their use case. The two options are:

1. Low streaming latency
2. High picture quality

### Low streaming latency&#x20;

This option is typically good for real-time flight control. However, the operator may experience a slightly low picture quality.

<figure><img src="/files/520MU5iDNSsjbGuA95fW" alt=""><figcaption><p>Low streaming preference</p></figcaption></figure>

### High picture quality&#x20;

This option is typically good for remote inspections. However, the operator may experience significant streaming latency.&#x20;

{% hint style="warning" %}

* Video archiving/storage in the cloud is not supported.&#x20;
* Only one video stream from a single drone can be viewed at a time.&#x20;
  {% endhint %}

<figure><img src="/files/08Mkb8A4KgAwSFlMJ6vF" alt=""><figcaption><p>High picture quality</p></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://legacydocs.flytbase.com/features/settings/video-stream-controls.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.
