> For the complete documentation index, see [llms.txt](https://docs.ndi.video/all/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ndi.video/all/using-ndi/using-ndi-with-software/getting-started-with-ndi-in-obs-for-windows-or-mac.md).

# Getting Started with NDI in OBS for Windows or Mac

This guide explains how to use the DistroAV plugin to send and receive NDI sources in OBS Studio on Windows or macOS. DistroAV was formerly known as OBS-NDI. It is a third-party OBS plugin, so version requirements may change separately from NDI Tools.

1. Install OBS Studio version (**currently 31.1.1**) on all relevant machines from [https://obsproject.com](https://obsproject.com/).&#x20;
2. Install DistroAV (OBS plugin for NDI)
   1. Download the current DistroAV NDI plugin for OBS from the official DistroAV  release page [**here**](https://distroav.org/download)**.**&#x20;
   2. Before installing DistroAV, remove older OBS-NDI installations to prevent plugin conflicts.
   3. Install DistroAV **after** OBS Studio is installed or updated&#x20;
   4. Restart OBS Studio after installation.&#x20;
      1. *If the DistroAV menu or NDI Source option does not appear, restart the computer and confirm that OBS, DistroAV, and NDI Runtime versions match the current DistroAV requirements.*&#x20;
3. Download and install the latest NDI Runtime version later [**here**](https://github.com/DistroAV/DistroAV/releases/latest)**:**&#x20;
4. Enable NDI Output in OBS (on the source computer)&#x20;
   1. Open OBS Studio&#x20;
   2. Navigate to Tools > DistroAV NDI® Settings&#x20;
   3. Check Main Output and/or Preview Output&#x20;
   4. (Optional) Give the output a name (e.g., "OBS-StreamPC")&#x20;

### &#x20;Add an NDI source in OBS

1. On the receiving computer, open OBS Studio.
2. In the Sources panel, select +.
3. Select NDI Source.
4. Create a new source or choose an existing one.
5. In the Source name menu, select the NDI source you want to receive.
   1. *If the source does not appear, first confirm that the same source is visible in NDI Studio Monitor on Windows or NDI Video Monitor on macOS. If it is not visible there, troubleshoot NDI discovery or network configuration before troubleshooting OBS.Add an NDI source in OBS*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ndi.video/all/using-ndi/using-ndi-with-software/getting-started-with-ndi-in-obs-for-windows-or-mac.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
