mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 14:18:45 +00:00
Merge branch 'barry-ran:dev' into dark_border
This commit is contained in:
commit
5a31a8fa48
2 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 2de5ce4d5d270cd4a715ddce7c89a478a2573dba
|
Subproject commit 24b496a8be2f487ea0223386e5daf0ac24209aa4
|
|
@ -10,7 +10,7 @@ RenderExpiredFrames=0
|
||||||
# 视频解码方式:-1 自动,0 软解,1 dx硬解,2 opengl硬解
|
# 视频解码方式:-1 自动,0 软解,1 dx硬解,2 opengl硬解
|
||||||
UseDesktopOpenGL=-1
|
UseDesktopOpenGL=-1
|
||||||
# scrcpy-server的版本号(不要修改)
|
# scrcpy-server的版本号(不要修改)
|
||||||
ServerVersion=1.21
|
ServerVersion=1.24
|
||||||
# scrcpy-server推送到安卓设备的路径
|
# scrcpy-server推送到安卓设备的路径
|
||||||
ServerPath=/data/local/tmp/scrcpy-server.jar
|
ServerPath=/data/local/tmp/scrcpy-server.jar
|
||||||
# 自定义adb路径,例如D:/android/tools/adb.exe
|
# 自定义adb路径,例如D:/android/tools/adb.exe
|
||||||
|
@ -23,5 +23,5 @@ CodecOptions=""
|
||||||
# 例如 CodecName="OMX.qcom.video.encoder.avc"
|
# 例如 CodecName="OMX.qcom.video.encoder.avc"
|
||||||
CodecName=""
|
CodecName=""
|
||||||
|
|
||||||
# Set the log level (debug, info, warn, error)
|
# Set the log level (verbose, debug, info, warn, error)
|
||||||
LogLevel=info
|
LogLevel=verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue