Streaming data from Motive to Unity via OptiTrack Plugin

Post Reply
Fuby1000
Posts: 10
Joined: Mon Oct 31, 2016 10:18 am

Streaming data from Motive to Unity via OptiTrack Plugin

Post by Fuby1000 »

I`m using the OptiTrack Plugin with Motive and Unity 5.4.1f1. I`ve been streaming on one pc using local loopback, which worked perfectly fine. Now I want to send the data across a network.
Motive is on the server pc, while unity is on the client pc.

I was able to send pings via the console, so it basically should work, but unity gives me a NatNet Exception ("Check your network config...". What am I doing wrong?

My setup is as shown in the pictures.
Motive streaming setup 1/2
Motive streaming setup 1/2
1.PNG (15.2 KiB) Viewed 2251 times
Motive streaming setup 2/2
Motive streaming setup 2/2
2.PNG (6.52 KiB) Viewed 2251 times
3.PNG
3.PNG (13 KiB) Viewed 2251 times
Fuby1000
Posts: 10
Joined: Mon Oct 31, 2016 10:18 am

Re: Streaming data from Motive to Unity via OptiTrack Plugin

Post by Fuby1000 »

I solved it myself.

-Use Unicast, not Multicast
-127.0.0.1 won`t work, use the actual ip adress (cmd -> ipconfig)
Post Reply