-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSC output on the Quest #129
Comments
I have encountered the same problem! Any chance that this can be fixed? |
Curiously, @momo-the-monster has mentioned in #45 that OSC output on the Quest should be fixed, but that doesn't seem to be the case... |
@Spacechild1 OSC output on quest was broken a month ago. It was fixed last week, and I believe that is included in the current open beta. |
OSC output is not yet supported on the Quest. We removed a bug where OSC output was mistakenly trying to send and causing an exception. OSC output will be enabled once we have a way to specify the target IP and Port. |
@momo-the-monster I've build an embedded C program on the quest to listen on UDP port and data are sended by vrchat, but only the /avatar/change event. The easy way to specify target IP and port could be an OSC command. |
@Romaxx Ha, and I've written an Android service that listens on port 9001 and forwards the packets to my PC.
@Phasedragon Where can I find this latest open beta and how do I install it on the Quest 2? I can't seem to find any information...
@momo-the-monster Power users already know how to forward the packets :-) For me personally it would be great to have OSC output on the Quest2 as soon as possible, but I also understand that it does not have the highest priority... |
@Spacechild1 ok and what's the results ? do you receive OSC Data other than /avatar/change event ? |
@Romaxx only |
Hi, I haven't gotten any OSC messges from the avatar on the Quest. (tested in my PC and no problem receiving OSC message) Any update on this issue??? |
bump |
Is there any timeline on when those options are going to be added? If there is no timeline to add this option a work around would be appreciated. I understand the hesitancy of spamming a local port 9001 which might be used by a different app and being unable to turn this off.
I am asking VRChat to consider any of these possiblities. As any of these is better than the current implementation. |
is there anyway to mod to get osc out? @Spacechild1 are you able to show how you got osc out of quest? Im getting a lot of requests for stand alone haptics from quest users |
Describe the bug
OSC reset on Quest version don't generate .json file on the Quest (/mnt/sdcard/Android/data/com.vrchat.oculus.quest/files/OSC/usr_xxxx/Avatars/ folder) in contrary to pc version generating json (in C:\Users\xxxx\AppData\LocalLow\VRChat\VRChat\OSC\usr_xxxx\Avatars folder)
adb show empty folder, moreover only the "/avatar/change" are sent to localhost:9001:udp, all others parameters dropped, even if valid json is created manually with some parameters.
The text was updated successfully, but these errors were encountered: