具体的使用就不说了,点击Configure stream可以设置,在手机画面右侧也可以设置 8.重启ws-scrcpy 这个步骤针对关闭了git或者电脑重启后需要重新运行ws-scrcpy,参考步骤#6,#7 1.在git输入以下,确认手机有被识别到 adb devices 2.在git输入以下,进入ws-scrcpy文件目录 cd ws-scrcpy 3.在git输入以下,启动ws-scrcpy,等...
ws-scrcpy是一款基于开源scrcpy实现的用浏览器显示并控制 Android 手机的项目,它可以实现类似云手机的效果,让你在任何现代浏览器中直接控制你的 Android 手机。@Appinn 前几天,青小蛙介绍了Scrcpy Remote –用 iPhone 远程控制 Android 设备[iOS]( https://www.appinn.com/scrcpy-remote/ ),@YJIN同学就推荐了 ws ...
>>> 安装ws-scrcpy git clone https://github.com/NetrisTV/ws-scrcpy.git cd ws-scrcpy 安装 npm install 2.运行 ws-scrcpy目录下执行 npm start 启动略慢,等他打印出ip和端口就代表启动成功了。 略 > ws-scrcpy@0.8.0-dev start > node ./index.js Listening on: http://xxxxxxxxxx:8000 http://...
https://github.com/easy-docker/ws-scrcpy/ 使用 docker run --name ws-scrcpy -d -p 8000:8000 ghostry/ws-scrcpy docker exec ws-scrcpy adb connect android.device.ip:5555 注意修改 android.device.ip 为 Android 设备 IP 地址。 打开Android 设备的 adb over Wi-Fi 安装adb 工具套件(SDK Platform...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} MartinRGB / ws-scrcpy Public forked from NetrisTV/ws-scrcpy Notifications You must be signed in to change notification settings Fork 1...
简单分享一个 scrcpy 的 web 端,是目前个人体验最好的远程控制方案。配合回家代理或内网穿透,基本可以实现市面上类似云手机的效果,而且不需要安装额外客户端,也不挑平台,有浏览器就行。 名称: ws scrcpy 项目地址: GitHub - NetrisTV/ws-scrcpy: Web client protot
ThreeBody/ws-scrcpy forked fromcoutliuxing/ws-scrcpy 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 克隆/下载 git config --global user.name userName git config --global user.email userEmail ...
git clone https://github.com/NetrisTV/ws-scrcpy.git cd ws-scrcpy ## For stable version find latest tag and switch to it: # git tag -l # git checkout vX.Y.Z npm install npm start Supported features Android Screen casting The modified version of Genymobile/scrcpy used to stream H264...
github地址:https://github.com/Genymobile/scrcpy 下载win64版本 2. 手机准备 启用开发者选项里面的usb调试和usb调试(安全设置) 3. usb连接 打开cmd定位到该目录 运行adb usb查看是否连接成功,手机会弹出是否信任,确定即可 运行scrcpy 4. 使用无线连接 确保pc和手机在同一wifi中 手机要先通过usb连接电脑 在pc上...
cd ws-scrcpy # # For stable version find latest tag and switch to it: # git tag -l # git checkout vX.Y.Z npm install npm start 支持的功能 筛网铸造 的修改用于流式传输H264视频,然后由随附的解码器之一对其进行解码。 遥控 触控事件(包括多点触控) 多点触控仿真: CTRL以屏幕中心为中心点...