支持无线连接

dev
Barry 7 years ago
parent c38c7fe42f
commit 5b97e7b56e

@ -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…
Cancel
Save