支持无线连接

This commit is contained in:
Barry 2018-11-19 08:58:29 +08:00
commit a3a1270f22

View file

@ -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()