Skip to content

planet-2020/ws-scrcpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (including multi-touch)
  • Input events
  • Clipboard events
  • Device "rotation"
  • Video settings 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 and use 127.0.0.1 instead of emulator IP address)
  • H264bsdDecoder may fail to start
  • Version 0.2.0 is incompatible with previous. Reboot device or manually kill app_process.

Related projects

scrcpy websocket fork

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

About

Web client prototype for scrcpy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 91.7%
  • JavaScript 6.2%
  • CSS 1.9%
  • HTML 0.2%