keijiro / KlakNDI

NDI® plugin for Unity

Home Page:https://ndi.video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find NDI Sender from NDI Receiver despite it showing on NDI Studio Monitor

chdale opened this issue · comments

Hi,

On Project1 (Unity: Meta Quest 2): I added a NDI Sender with texture capture method and created a render texture for the output.

On Project 2 (Unity: Desktop): I created a new project and added the receiver onto an empty game object with target renderer set to the main texture of a cube.

If I run locally through Meta Link, I can see my NDI Sender on my NDI Receiever in Project 2 through my device name of LAPTOP-XXXXXX (NDI Sender). However if I create an apk and deploy it to my headset and run it, it doesn't show up on my NDI Receiver in Project 2. But if I run NDI Studio Monitor, I can see it through the name: LOCALHOST (NDI Sender).

Do you know what I need to do to enable it for use on the desktop after deploying it to my headset?

Thanks!

Have you disabled firewalls like Windows Defender?

Disabling the firewall made it show up, thanks!