Created
July 7, 2025 09:14
-
-
Save GunGunGun/3ec3506433e91a3cad8f5e35c9717f98 to your computer and use it in GitHub Desktop.
scrcpy's Performance Command Prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb kill-server | |
adb tcpip 5555 | |
adb shell ifconfig | |
adb connect 192.168.1.169:5555 | |
scrcpy --tcpip=192.168.1.169 -m 1024 -w -S --video-bit-rate 1M --max-size 600 --max-fps=5 --no-mipmaps --always-on-top --disable-screensaver --window-x=0 --window-y=0 --window-height=1440 --window-width=680 --video-codec=h264 --no-audio --no-audio-playback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment