今天被安利了一个非常好玩的投屏工具,自己试了一下,雀氏很有意思
安装
安装brew
亲测成功安装brew的方式,速度40MB/s
/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"
brew环境配置
M1 芯片 Mac 上 Homebrew 安装
安装scrcpy
安装adb
brew install android-platform-tools
连接
有线
无线
adb连接参考了小米adb连接
小米手机需要同时打开USE Debugging 和 USE Debugging Security模式
先用usb连接然后设置
adb tcpip 5555
会出现
restarting in TCP mode port: 5555
拔掉usb后,再
scrcpy --tcpip=192.168.1.251:5555
即可无线传输