Stream Quest 3 in High Quality with Scrcpy (or Casting)
How to stream Quest 3 at a high bitrate wirelessly. Disclaimer: ZIM was gifted the Quest 3 by Meta as part of the Quest Creator Program.
=================================
OPTION 1 - Highest Quality:
How to use scrcpy method wirelessly!
Step 1: Get scrcpy
https://github.com/Genymobile/scrcpy/...
Step 2: Connect Quest. Find the device IP address (Run 'cmd')
On the computer command line type: adb shell ip addr show wlan0
and copy the IP address after the "inet" until the "/".
Step 3: Update the IP address in the .bat text below (replacing XX.XX.XX.XX).
echo
adb devices
echo
echo Changing to TCP IP port to 5554.
adb -d tcpip 5554
adb connect XX.XX.XX.XX:5554
echo
echo Quest 3 must be ON. Disconnect the USB cable.
pause
scrcpy --video-bit-rate 16M --crop 2064:2208:2064:100 --display-buffer=50 --no-audio --window-title 'Quest3Stream' -f --always-on-top
[Edit 1: Added '--no-audio' to work around the audio blocking issue we ran into on stream. Thanks to fellow YouTuber Substatica for pointing this tip out to me.]
[Edit 2, 10-Dec-23: Added'--display-buffer=50' which tackles a lot of the blips in the previous method. Direct recommendation by scrcpy dev and tested; works great - smoother output!]
Step 4: Save as 'quest3.bat', place in 'C:\Users\YOUR_USERNAME
Step 5: Create shortcut on desktop for easier use. Run the bat file!
=================================
OPTION 2 - Easier Method:
How to stream easily (but low quality) via Meta's casting solution:
Step 1: Visit https://oculus.com/casting
Step 2: In headset, go to the pink Camera button, choose casting, then Computer.
=================================
Twitter - / zimtok5
Discord - http://discord.Zimtok5.com/
VR Reviews - http://reviews.Zimtok5.com/
ZIM's Gear - http://gear.Zimtok5.com/
For a few more related tips and ideas, please see my old Quest 1 guide at: http://zimtok5.com/vr
#Quest3 #Stream #HowTo