whoenig / NatNetSDKCrossplatform

Crossplatform version of the OptiTrack NatNet SDK
13 stars 8 forks source link

Motive data not received #2

Closed pthinesh closed 3 years ago

pthinesh commented 3 years ago

Hi, when executing ./mcr , I received the following error message. Screenshot from 2021-05-14 21-24-28

This is my Motive streaming settings Capture

I am using Ubuntu 20.04 Ubuntu and Windows are connected using an Ethernet cable.

whoenig commented 3 years ago

This seems to be triggered when trying to join the multicast interface. Perhaps your DHCP is not working, see https://stackoverflow.com/questions/10137925/boost-asio-throws-no-such-device-exception-when-trying-to-join-multicast-group?

pthinesh commented 3 years ago

Thank you very much @whoenig. Problem solved.