# Using NDI Source (Windows)

We’ve been receiving inquiries about NDI sources not showing after updating to PRISM Live Studio v4, so we’d like to provide the tips on using it in v4.

First, for the users who are using PRISM which is between v4.3.0 to v4.4.2, if you want to use NDI source. Three things are required.&#x20;

1. **DistroAV** (Formerly OBS-NDI) **plugin 6.0.0**
2. **NDI Runtime >=6**
3. **Remove old OBS-NDI plugin**

In PRISM Live Studio v4 version, the NDI function is provided in the form of a plug-in, so if the plug-in is not installed, the NDI source will not be exposed in the source list.

And please note that PRISM verisons which is between v4.3.0 to v4.4.2 are based on OBS 30.2, so you need to download the **DistroAV** plugin 6.0.0 which matches OBS 30.2.

​Please refer to the following for detailed instructions.

***

{% stepper %}
{% step %}
**Download the OBS NDI plugin and copy it to the PRISM Live Studio folder.**\
\
[**https://github.com/DistroAV/DistroAV/releases/download/6.0.0/distroav-6.0.0-windows-x64.zip**](https://github.com/DistroAV/DistroAV/releases/download/6.0.0/distroav-6.0.0-windows-x64.zip)\
\
Download the zip file from the above address, unzip it, and copy it to the PRISM Live Studio installation path.

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

<figure><img src="/files/0YyIocYPsoEwYlgl2cxz" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

#### Remove old OBS-NDI plugin

* If you installed OBS-NDI via the `obs-ndi-*-installer.exe` installer:
  1. Use `Add/Remove Programs` and uninstall `OBS-NDI`
* If you installed OBS-NDI manually from the `obs-ndi-*-windows*.zip`:
  1. Delete files `%ProgramFiles%\obs-studio\obs-plugins\64bit\obs-ndi.*`
  2. Delete folder `%ProgramFiles%\obs-studio\data\obs-plugins\obs-ndi\`
  3. Delete files `%ProgramFiles%\PRISMLiveStudio\obs-plugins\64bit\obs-ndi.*`
  4. Delete folder `%ProgramFiles%\PRISMLiveStudio\data\obs-plugins\obs-ndi\`
     {% endstep %}

{% step %}
**Install NDI 6 Runtime.** \
<http://ndi.link/NDIRedistV6>

<figure><img src="/files/qzeeoMAE3DwW7QuOjXQk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Run PRISM Live Studio -> Add NDI source.**

<figure><img src="https://miro.medium.com/v2/resize:fit:1260/0*Xib5kQsojZgvUdrx.png" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
**In NDI Source Properties -> Select Other NDI Device. (Please note that the NDI source and PC must use the same network)**

<figure><img src="https://miro.medium.com/v2/resize:fit:1260/0*Ihd4ZMKCSbqastDZ.png" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
**PRISM Live Studio main menu -> Tools -> NDI output setting allows you to export the screen of the PC to another NDI device.**

<figure><img src="https://miro.medium.com/v2/resize:fit:704/0*5v1ydFUHm4JFg7Ng.png" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Sources](/desktop/guides/sources.md), [NDI Source](/desktop/guides/sources/ndi-source.md)


---

# 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://guide.prismlive.com/desktop/guides/sources/ndi-source/using-ndi-source-windows.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.
