All Oculus Quest developers MUST PASS the concept review prior to gaining publishing access to the Quest Store and additional resources. Submit a concept document for review as early in your Quest application development cycle as possible. For additional information and context, please see Submitting Your App to the Oculus Quest Store.
We're no longer accepting submission of 32-bit Oculus Quest apps. Any new or updated Oculus Quest application needs to be 64-bit. Please contact Oculus if you are unable to comply with this policy. Oculus Go and Gear VR apps will not be affected by this change.
This topic describes a simple way to enable wired mirroring on Oculus Quest using Android Debug Bridge (adb) and VLC media player. This solution is easy to set up, allowing you to quickly show off your experience even where internet connectivity may be unreliable.
Note: You may need to use a different USB cable than the one that came with the Oculus Quest.
cmd in the Windows Search bar. Right-click on Command Prompt and select Run as administrator.adb devices and press Enter. If you see a device ID along with the word “device”, you are ready. If you see a device ID along with something like “denied” or “inactive”, you need to put on the device and click the Allow this device access to files prompt.adb exec-out "while true; do screenrecord --bit-rate=2m --output-format=h264 --time-limit 180 -; done" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --demux h264 --h264-fps=60 --clock-jitter=0 -
./adb exec-out "while true; do screenrecord --bit-rate=2m --output-format=h264 --time-limit 180 -; done" | "/Applications/VLC.app/Contents/MacOS/VLC" --demux h264 --h264-fps=60 --clock-jitter=0 -
Note: In both commands, after the |, make sure the path to VLC media player is correct for your computer.
Audio output not available for wired mirroring
Audio mirroring is not supported in this method of wired mirroring. To circumvent this, you can run audio from your device’s 3mm headphone jack into your computer.
No interactive zoom / Double vision
To repair this issue, follow these steps:
Latency issues