wan766405890 / ws-scrcpy

Web client prototype for scrcpy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ws scrcpy

Web client prototype for scrcpy.

Requirements

You'll need a web browser with these technologies support:

Build and Start

git clone https://github.com/NetrisTV/ws-scrcpy.git
cd ws-scrcpy
npm install
npm start

Supported features

  • Screen casting
  • Touch events
  • Input events
  • Video setting changing

Known issues

  • The server on the Android Emulator listens on internal interface and not available from the outside (as workaround you can do adb forward tcp:8886 tcp:8886)
  • H264bsdDecoder may fail to start

Related projects

scrcpy websocket fork

Currently support of WebSocket protocol added to v1.8 of scrcpy

About

Web client prototype for scrcpy.

License:MIT License


Languages

Language:TypeScript 85.6%Language:JavaScript 11.7%Language:HTML 2.7%