regzo2 / VRCFaceTracking-MeowFace

VRCFaceTracking module that sends tracking data from the MeowFace Android application.
Apache License 2.0
26 stars 5 forks source link

Seeking MeowFace connection on wrong ip / No modules loaded #7

Closed u-Kotovsky closed 1 year ago

u-Kotovsky commented 1 year ago

I have a problem with loading Meowface module, it does seek connection on the wrong ip address (it's VPN address, not local). I tried to connect Meowface app but I got no result. VRCFaceTracking.txt-08_06_2023-13_39.txt

Port I tried to use for connection on my android is 9001 as I set it in VRCFT app as listening port. I do have 2 VPN apps which creates virtual network, that can cause problem.

How can I change seeking connection address?

u-Kotovsky commented 1 year ago

oh I fixed the problem by changing port in MeowFace to 12345. It would be good if it use port in VRCFT app.