0

I want to use the rendered video of Unity and output it as an NDI stream instead of displaying it on the screen. I found online the KlakNDI plugin but I can't get it to work properly. Because I have no clue tho what Unity Game Object I should add the NDISender Script and how I get unity to disable the on screen output and output the video NDI only.

I tried to add the NDISender Script to the AR Session Origin Object and applied the settings Capture Method: Camera and used the AR Camera as input but that didn't work at all. I couldn't even access the NDI Stream from another device in my network.

asked Oct 16, 2023 at 7:09
2
  • Is this Keijiro's Klak? He can probably help: github.com/keijiro Commented Oct 16, 2023 at 9:41
  • Please provide enough code so others can better understand or reproduce the problem. Commented Oct 16, 2023 at 12:35

1 Answer 1

1

if I got you correctly, you don't want to have the unity display your content (or the content you want to stream) on the screen. Right? if that's the case then just keep in mind a way to control the application even if a small window

Aside from that, the NDI Sender component has the option to send/stream a texture. So you can use your camera to render to a Render Texture asset and stream it.

answered Nov 14, 2023 at 8:50
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.