mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-05 23:18:43 +00:00
支持无线连接
This commit is contained in:
parent
c38c7fe42f
commit
5b97e7b56e
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, 0, 8000000, "");
|
||||||
//m_server->start("P7C0218510000537", 27183, 1080, 8000000, "");
|
//m_server->start("P7C0218510000537", 27183, 1080, 8000000, "");
|
||||||
m_server->start("P7C0218510000537", 27183, 720, 8000000, "");
|
m_server->start("P7C0218510000537", 27183, 720, 8000000, "");
|
||||||
|
|
||||||
|
// support wireless connect
|
||||||
|
//m_server->start("192.168.0.174:5555", 27183, 720, 8000000, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
VideoForm::~VideoForm()
|
VideoForm::~VideoForm()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue