Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.daydream.live/llms.txt

Use this file to discover all available pages before exploring further.

Sending and receiving video over the network with NDI

Scope supports real-time, low-latency video over IP via NDI (Network Device Interface). Unlike Spout which is limited to sharing between applications on the same machine, NDI works across the local network — you can send and receive video between different computers.
The NDI SDK / NDI Tools must be installed on the machine running Scope. NDI works on Windows, macOS, and Linux.

NDI Receiver

Scope can receive video from any NDI source on the network.
1

Set input mode to Video

Under Input & Controls, set Input Mode to Video.
2

Select NDI as source

Set Video Source to NDI.
3

Choose an NDI source

Available NDI sources on the network will appear in the dropdown. Select the one you want to receive from. A small preview thumbnail will show the current frame from the selected source.
When selecting an NDI source, Scope automatically probes the source’s native resolution and adjusts the pipeline dimensions to match. This avoids stretching or compression artifacts.

NDI Sender

Configure Scope to send its processed output to other applications via NDI. This is useful for routing AI-generated video to OBS for recording, TouchDesigner for post-processing, or Resolume for live VJ sets, all over the network.
1

Open the Outputs panel

In the Scope interface, find the Outputs section.
2

Enable NDI Output

Toggle NDI Output to On. Scope begins broadcasting video as an NDI source on the network.
3

Configure sender name (optional)

The default sender name is Scope. You can change this if you need to identify multiple Scope instances on the network. The name you set here is what appears in other applications when they scan for NDI sources.
In the receiving application, look for an NDI source named Scope (or whatever you set the sender name to). It may take a few seconds to appear after enabling.

Installing NDI Tools

1

Download the installer

Go to ndi.video/tools and download the installer for your platform:
PlatformWhat to install
WindowsNDI Tools (includes the runtime DLL)
macOSNDI SDK for Apple (provides libndi.dylib)
LinuxNDI SDK — ensure libndi.so is on the library path
2

Restart Scope

Restart Scope after installation. The NDI option will appear automatically once the SDK is detected.
If NDI doesn’t appear after restarting Scope, try restarting again. On Windows, if environment variables aren’t being picked up, you may need to restart your machine.

Compatible Applications

Scope should be able to share real-time video with any application that supports NDI. The following applications have been tested:

Resolume Arena / Avenue

Built-in NDI input/output

OBS Studio

TouchDesigner

With NDI In and NDI Out TOPs

vMix

Built-in NDI support

VirtualDJ

With Send-NDI plugin
Any application that supports NDI should work with Scope. Check your application’s documentation for NDI integration instructions.

See Also

Using Spout

Share real-time video between applications on the same Windows machine

Using Syphon

Share real-time video between applications on the same Mac

Quick Start

Get Scope running if you haven’t already