mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-29 04:08:39 +00:00
支持无线连接
This commit is contained in:
parent
99ee1321dd
commit
a3a1270f22
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ VideoForm::VideoForm(QWidget *parent) :
|
|||
//m_server->start("P7C0218510000537", 27183, 0, 8000000, "");
|
||||
//m_server->start("P7C0218510000537", 27183, 1080, 8000000, "");
|
||||
m_server->start("P7C0218510000537", 27183, 720, 8000000, "");
|
||||
|
||||
// support wireless connect
|
||||
//m_server->start("192.168.0.174:5555", 27183, 720, 8000000, "");
|
||||
}
|
||||
|
||||
VideoForm::~VideoForm()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue