# Video Monitor

**NDI Studio Monitor** is a tool that allows you to effortlessly view video and audio signals transmitted over your network through an NDI stream.&#x20;

Studio Monitor is a valuable tool for anyone involved in video monitoring, digital signage, KVM control, recording, PTZ operation, or more.

{% hint style="info" %}
Download NDI Tools [here](https://ndi.video/tools/download/).
{% endhint %}

***

## **Accessing NDI Studio Monitor**

[Install NDI Tools](/all/using-ndi/ndi-tools/installing-ndi-tools.md) and run NDI Studio Monitor from the [NDI launcher](/all/using-ndi/ndi-tools/ndi-tools-launcher.md) or your applications list.

***

## **Remote Control and Navigation**

The application launches as a pop-up window, providing an IP address or QR code for remote control from another device on the same network.

***

## **Viewing NDI Sources**

Click on the `NDI` button on the top menu bar to browse a list of devices broadcasting over NDI. Then, you can select any channel to view the video and audio in real-time.

{% hint style="warning" %}
If your desired source is not listed, ensure that the equipment is on the correct network and configured properly.
{% endhint %}

***

## Settings and Customization

Explore the `Settings` tab to customize your viewing experience:

* **Low Bandwidth:** Optimize viewing NDI sources in low bandwidth contexts.
* **Mute:** Mute audio from the selected NDI source.
* **Set Record Path:** Specify the location where recorded files will be saved.
* **Allow Receiver Advertising:** Makes Video Monitor available for monitoring when using Discovery Server.

{% hint style="success" %}
Initiate recordings by clicking the red button in the top right corner of the application.
{% endhint %}

* **PTZ Control:** Take advantage of NDI Video Monitor's capability to **remotely control** [**PTZ**](#user-content-fn-1)[^1] **cameras**. Select the NDI camera source under the `NDI` tab and access PTZ Control under `Settings`. Manipulate camera movement and store preset positions for quick recall.
* **Device Web Page:** Access the web page of certain NDI-enabled cameras and devices for configuration changes.

***

{% hint style="info" %}
To open multiple instances of Video Monitor on Mac use the command `open -a "NDI Video Monitor.app" -n` on Terminal
{% endhint %}

[^1]: Pan-tilt-zoom (**PTZ**) cameras are built with mechanical parts that allow them to swivel left to right, tilt up and down, and zoom in and out of a scene.


---

# 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.ndi.video/all/using-ndi/ndi-tools/ndi-tools-for-mac/video-monitor.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.
