mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-06 15:38:41 +00:00
feat: update scrcpy-server 3.3.1
This commit is contained in:
parent
98d6bd05e3
commit
a75a600c96
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit b118082a176c051b327622a5fd11dabd731a2a2b
|
||||
Subproject commit fd3cfa521b3e9c407f7afe9117089b51e5e07dd8
|
|
@ -21,7 +21,7 @@
|
|||
#define COMMON_PUSHFILE_DEF "/sdcard/"
|
||||
|
||||
#define COMMON_SERVER_VERSION_KEY "ServerVersion"
|
||||
#define COMMON_SERVER_VERSION_DEF "3.2"
|
||||
#define COMMON_SERVER_VERSION_DEF "3.3.1"
|
||||
|
||||
#define COMMON_SERVER_PATH_KEY "ServerPath"
|
||||
#define COMMON_SERVER_PATH_DEF "/data/local/tmp/scrcpy-server.jar"
|
||||
|
|
|
@ -12,7 +12,7 @@ RenderExpiredFrames=0
|
|||
# 视频解码方式:-1 自动,0 软解,1 dx硬解,2 opengl硬解
|
||||
UseDesktopOpenGL=-1
|
||||
# scrcpy-server的版本号(不要修改)
|
||||
ServerVersion=3.2
|
||||
ServerVersion=3.3.1
|
||||
# scrcpy-server推送到安卓设备的路径
|
||||
ServerPath=/data/local/tmp/scrcpy-server.jar
|
||||
# 自定义adb路径,例如D:/android/tools/adb.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue