feat: sync scrcpy

This commit is contained in:
rankun 2020-01-15 19:52:31 +08:00
commit d7e9b7809f
9 changed files with 86 additions and 39 deletions

View file

@ -1,20 +1,15 @@
最后同步scrcpy b91ecf52256da73f5c8dca04fb82c13ec826cbd7
最后同步scrcpy 31bd95022bc525be42ca273d59a3211d964d278b
# TODO
## 低优先级
- 中文输入server需要改为apk作为一个输入法暂不实现或者有其他方式案件注入方式例如搜狗手机输入法可以监听当前注入
- 鼠标事件相关系列 b35733edb6df2a00b6af9b1c98627d344c377963
- [跳过帧改为动态配置,而不是静态编译](https://github.com/Genymobile/scrcpy/commit/ebccb9f6cc111e8acfbe10d656cac5c1f1b744a0)
- [单独线程统计帧率](https://github.com/Genymobile/scrcpy/commit/e2a272bf99ecf48fcb050177113f903b3fb323c4)
- ui提供show touch设置
- 隐藏手机皮肤开关
## 中优先级
- [截屏保存为jpg](https://blog.csdn.net/m0_37684310/article/details/77950390)
- 版本号升级优化
- linux打包以及版本号
- 自动打包脚本
- 按键映射可配置
- 脚本
- 群控
- 配置文件
@ -24,10 +19,9 @@
- 分辨率码率可自定义
## 高优先级
- 同步延迟优化
- linux打包以及版本号
# BUG
1. 魅族手机提示cant open video stream解决方法 https://dim.red/2019/03/03/scrcpy_usage/
# mark
[ffmpeg编译参数详解](https://www.cnblogs.com/wainiwann/p/4204230.html)