OSC/WebSocket/MQTT to Quest
Hi there, I'm trying for a few days to have something working on UE4.27 and I'm hitting a wall. I've made a blueprint where i'm able to receive OSC input data from a remote laptop to a UE4.27 app that then triggers an event (for now print something or play a specific audio cue). It works flawlessly on UE4.27 but as soon as I load the project onto the quest and send that same OSC input data it crashes the app on the Quest 2. I tried different ports, data formats but still the same behavior without much logs to learn from which make me wonder if the Quest forbids such incoming IP communication ... could someone confirm whether or not Oculus Quest accepts remote information (regardless of the protocol used). Maybe I'm missing something in the settings somewhere but I couldn't find much information about it. Thanks for your response4.3KViews2likes8CommentsHow to receive OSC Data via UDP/IP on the Quest?
Hey there, is it possible to receive OSC Data via UDP on the Quest? If yes, is there an open default UDP-Port or is there any way to open a specific Port? I'm using Unity and made a project using the plugin extOSC that works on my Laptop but it doesn't on the Quest. I think it is because the UDP Port isn't set-up properly. I know that SideQuest and ADB are both possible to be connected using wifi UDP/IP so I guess there is a way to do it. I also wrote to the developer of the plugin extOSC and he told me is not 100% sure but it could be something related to the Android Manifest and the Network Permissions. Any ideas on how to figure this out?6.7KViews1like6Commentsosc protocol on oculus quest 2
Hi There! I'm working on a standalone app for Oculus Quest 2 that uses the OSC protocol. When the app receives an osc message it crashes but I have some Internet permissions enabled in the Android Manifest. I think I'm obviously ignoring something. Any advice is well accepted, thanks!1.1KViews0likes0CommentsOculus Quest - Streaming Data to Oculus Quest in Real-Time.
Hi all, I'm trying to stream real-time OSC data to the Quest - and from the Quest back to a particular program (Max 8). Has anyone had any luck in doing this? I am using Unreal Engine 4 to build an app for the Quest - which I'm hoping to launch in the Quest and receive the data (in real-time). Desperately trying to find a solution for this, so any help would do. Many thanks!1.5KViews0likes2Comments