Skip to content
scrcpy v2.1

Changes since v2.0:
 - Add --no-video to mirror audio only (#3978)
 - Add option to select the device microphone as audio source (#4044)
 - Rename --no-display to --no-playback (#4033)
 - Add --no-video-playback and --no-audio-playback (#4033)
 - Add --time-limit to automatically stop after a given delay (#3752, #4052)
 - Add option to change the audio output buffer size (#3793)
 - Add option to kill adb on close (#205, #2580, #4049)
 - Support dynamic device folding (#3960, #3979)
 - Use OpenGL 3.0+ on macOS to support trilinear filtering (#3895)
 - Add (partial) support for Android 14 (#3784, #4074, #4075)
 - Improve delay buffer estimation (2f9396e2)
 - Fix --tcpip not working in some cases (669e9a8d)
 - Fix audio support for Vivo phones (#3805, #3862)
 - Fix audio support for Honor phones (#4015)
 - Fix copy-paste on Honor Magic 5 Pro (#3885)
 - Fix audio capture starting on some Android 11+ devices (#3796)
 - Fix V4L2 regression (#3795)
 - Fix support of Nvidia Shield (#3801)
 - Fix .desktop files for Linux (#3817)
 - Fix error on device rotation while minimized on Windows (#3947)
 - Fix extra audio glitches on audio buffer underflow (#4045)
 - Automatically fix PTS for buggy device encoders (#4054)
 - Upgrade SDL to 2.28 in Windows releases (#3825)
 - Update developer documentation (#3811)
 - Various technical fixes