Release of Scrcpy 2.0, Android Smartphone Screen Mirroring App

The release of the Scrcpy 2.0 application has been published, which allows you to mirror the contents of the smartphone screen in a stationary user environment with the ability to control the device, remotely work in mobile applications using the keyboard and mouse, view video and listen to sound. Client programs for smartphone management are prepared for Linux, Windows and macOS. The project code is written in C language (mobile application in Java) and distributed under the Apache 2.0 license.

Smartphone connection can be made via USB or TCP/IP. A server application is launched on the smartphone, which interacts with an external system through a tunnel organized using the adb utility. Root access to the device is not required. The server application generates a video stream (choice of H.264, H.265 or AV1) with the content of the smartphone screen, and the client decodes and displays the video. Keyboard input and mouse events are broadcast to the server and substituted into the Android input system.

Key features:

  • High performance (30~120fps).
  • Support for screen resolutions of 1920Γ—1080 and above.
  • Low latency (35~70ms).
  • High startup speed (about a second before the first screen images are displayed).
  • Sound broadcast.
  • Ability to record sound and video.
  • Support mirroring when smartphone screen is off/locked.
  • Clipboard with the ability to copy and paste information between a computer and a smartphone.
  • Customizable screen broadcast quality.
  • Support for using an Android smartphone as a webcam (V4L2).
  • Simulation of a physically connected keyboard and mouse.
  • OTG mode.

Release of Scrcpy 2.0, Android Smartphone Screen Mirroring App

In the new version:

  • Added the ability to forward sound (works on smartphones with Android 11 and Android 12).
  • Added support for H.265 and AV1 video codecs.
  • Added "--list-displays" and "--list-encoders" options.
  • Enabled the "--turn-screen-off" option to work on all screens.
  • Updated platform-tools 34.0.1 (adb), FFmpeg 6.0 and SDL 2.26.4 for Windows version.

    Source: opennet.ru

  • Add a comment