Direct PC to PC link
Only use this if you play on WIFI.
To connect two PCs together using one Ethernet cable and ensure NDI (Network Device Interface) uses the Ethernet connection and not Wi-Fi, follow these steps:
1. Set Up Direct Ethernet Connection
Connect an Ethernet cable between the two PCs directly.
Make sure both PCs have functioning Ethernet ports.
2. Assign Static IP Addresses
Since you are connecting the PCs directly without a router or switch, you need to manually assign static IP addresses to each PC.
On both PCs, go to Network and Sharing Center > Change adapter settings.
Right-click the Ethernet adapter and select Properties.
Click on Internet Protocol Version 4 (TCP/IPv4) and then click Properties.
Select Use the following IP address and configure:
PC 1 IP address: 192.168.1.10
PC 2 IP address: 192.168.1.11
Subnet mask: 255.255.255.0
Click OK to save the settings.
3. Create Windows Firewall rule
Steps to Create Firewall Rules for NDI/OBS
Open Windows Defender Firewall with Advanced Security
Press
Windows + R
, typewf.msc
, and press Enter.This opens the Windows Defender Firewall with Advanced Security.
Create an Outbound Rule for NDI/OBS
In the left pane, click Outbound Rules.
In the right pane, click New Rule.
Select Program, then click Next.
Choose the path of your OBS or NDI application executable (for OBS, it's usually
C:\Program Files\obs-studio\bin\64bit\obs64.exe
), then click Next.Choose Allow the connection, then click Next.
In the Profile section, check Private and Public but uncheck Domain, then click Next.
Give the rule a name, like "OBS/NDI over Ethernet", then click Finish.
Create an Interface-Specific Rule To make sure the traffic goes over Ethernet, you can bind the rule to the Ethernet interface:
Right-click the rule you just created and choose Properties.
Go to the Advanced tab.
Under Interface types, click Customize.
Select Only for local area network (LAN) and uncheck Remote Access and Wireless.
Click OK and save the settings.
Last updated