# Outputs

OmniScope can send video output to various destinations for monitoring, streaming, or recording.

{% hint style="info" %}
Some output features may require a **Pro** license.
{% endhint %}

## Available Outputs

| Output                                                               | Description                                                                    | License   |
| -------------------------------------------------------------------- | ------------------------------------------------------------------------------ | --------- |
| [SDI Output](/nobe-omniscope/outputs/sdi-output.md)                  | Output to DeckLink/UltraStudio devices                                         | All       |
| [NDI Output](/nobe-omniscope/outputs/ndi-output.md)                  | Stream over network via NDI                                                    | Pro       |
| [SRT Output](/nobe-omniscope/outputs/srt-output.md)                  | Stream via SRT protocol                                                        | Pro       |
| [Record to File](/nobe-omniscope/live-pack-add-on/record-to-file.md) | Capture to H.264/ProRes                                                        | Live Pack |
| [Web Remote Output](/nobe-omniscope/outputs/web-remote-output.md)    | Stream scope view via browser-accessible web remote *(early alpha — 1.11.37+)* | Pro       |

## Output Modes

Most outputs support two modes:

1. **Source Only** - Send only the input video signal
2. **Scope View** - Send the full OmniScope interface with scopes

This allows you to either:

* Route clean video to external monitors
* Share your scope analysis with remote team members


---

# 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.timeinpixels.com/nobe-omniscope/outputs.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.
