Releases: zwc456baby/ScrcpyForAndroid
推送修复导航键问题
Fix Control Buttons
Fixed some connection errors and screen tearing.
Fixed some connection errors and screen tearing.
修复一些连接错误以及画面撕裂
Support multi-touch
支持多点触控
Support multi-touch
Support audio and delay control
支持音频且增加延迟控制选项,如果画面或音频延迟大于指定数值,将直接丢弃数据包,避免画面延迟卡顿(画面会在丢包后出现重影等现象)
Supports audio and adds delay control options. If the image or audio delay is greater than the specified value, the data packet will be discarded directly to avoid image delay and freeze (the image will have ghosting after packet loss).
Audio support
目前已支持音频转发,在Android14、15上通过测试
目前已知问题:使用音频转发后,长时间开启导致操作延迟、画面延迟等问题,目前音视频使用同一个socket端口与一个线程处理,也许是传输处理不及时
此版本可能有画面延迟的问题,不需要音频的情况下,请使用上一个版本,画面延迟也许在随后的版本中修复
Currently, audio forwarding is supported and has been tested on Android 14 and 15.
Currently known issues: After using audio forwarding, long-term operation will cause operation delays, screen delays and other issues. Currently, audio and video use the same socket port and one thread for processing, perhaps due to untimely transmission processing.
This version may have screen delay issues. If audio is not needed, please use the previous version. Screen delay may be fixed in subsequent versions.
修复小窗口模式、adb server 默认端口改为 5137
Fixed small window mode, adb server default port changed to 5137
first commit
All functions have been completed