具体的使用就不说了,点击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 项目本身并不支持息屏控制,这里曲线救国一下,需要息屏时在服务端运行类似以下命令,目的是额外开一个息屏连接并输出到任意一个不存在的设备:scrcpy -Sw -b10K -m400 –max-fps 1 –v4l2-sink=/dev/video11 -N –tcpip=mipad.lan 具体参数解释请参考 scrcpy README。
ws-scrcpy是一款基于开源scrcpy实现的用浏览器显示并控制 Android 手机的项目,它可以实现类似云手机的效果,让你在任何现代浏览器中直接控制你的 Android 手机。@Appinn 前几天,青小蛙介绍了Scrcpy Remote –用 iPhone 远程控制 Android 设备[iOS]( https://www.appinn.com/scrcpy-remote/ ),@YJIN同学就推荐了 ws ...
ws scrcpy 的 Docker 镜像 用来在浏览器中控制 Android 设备。 https://hub.docker.com/r/ghostry/ws-scrcpy/ 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 注意修改 an...
> ws-scrcpy@0.8.0-dev start > node ./index.js Listening on: http://xxxxxxxxxx:8000 http://localhost:8000 http://127.0.0.1:8000 http://172.17.0.7:8000 最后访问ip:8000即可。 3.adb连接安卓设备 安卓11以下 最后adb connect ip:端口即可。
ws scrcpy Web client forGenymobile/scrcpyand more. Requirements Browser must support the following technologies: WebSockets Media Source Extensions and h264 decoding; WebWorkers WebAssembly Server: Node.js v10+ node-gyp (installation) adbexecutable must be available in the PATH environment variable ...
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 featuresAndroidScreen castingThe modified version of Genymobile/scrcpy used to stream H264-video...
github地址:https://github.com/Genymobile/scrcpy 下载win64版本 2. 手机准备 启用开发者选项里面的usb调试和usb调试(安全设置) 3. usb连接 打开cmd定位到该目录 运行adb usb查看是否连接成功,手机会弹出是否信任,确定即可 运行scrcpy 4. 使用无线连接 确保pc和手机在同一wifi中 手机要先通过usb连接电脑 在pc上...
ws scrcpy 的 Docker 镜像 用来在浏览器中控制 Android 设备。 https://hub.docker.com/r/ghostry/ws-scrcpy/ 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 注意修改 an...