Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GunGunGun/3ec3506433e91a3cad8f5e35c9717f98 to your computer and use it in GitHub Desktop.
Save GunGunGun/3ec3506433e91a3cad8f5e35c9717f98 to your computer and use it in GitHub Desktop.
scrcpy's Performance Command Prompt
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