Skip to content
scrcpy v1.22

Changes since v1.21:
 - Add HID mouse support (#2916)
 - Add OTG mode (HID only) (#2974)
 - Enable DPI awareness by default on Windows (#40, #2865)
 - Automatically retry with a lower definition on MediaCodec error
   (#2947)
 - Add a shortcut "open a terminal here" on Windows (#2970)
 - Add icon to scrcpy.exe (#2815)
 - Add server options to send raw H.264 video stream (#2971)
 - Fix process execution (mainly) on Windows 7 (#2838, #2840)
 - Fix adb server hang due to signal masking (#2870, #2873)
 - Fix input injection on some custom ROMs (#2250, #2946)
 - Fix possible overflow on copy-paste (#2859)
 - Upgrade SDL to 2.0.20 in Windows releases
 - Upgrade FFmpeg to 5.0 in Windows 64-bit releases (#1753, #2952)
 - Various technical refactors and fixes