支持无线连接

This commit is contained in:
Barry 2018-11-19 08:58:29 +08:00
parent c38c7fe42f
commit 5b97e7b56e

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