-- Added Live Cam Support
This commit is contained in:
parent
c687f6135e
commit
f5b363da41
9 changed files with 912 additions and 816 deletions
|
|
@ -1674,7 +1674,6 @@ void libreMediaServer::stdout() {
|
|||
QByteArray out = m_pd_video->readAllStandardError();
|
||||
if (out.size() < 7) {return;}
|
||||
out.chop(1);
|
||||
qDebug() << "PD Video: " << out;
|
||||
if (out.indexOf("ola2pd: Can not read DMX!",0) != -1)
|
||||
{
|
||||
ui.textEdit->appendPlainText("Can not read DMX data.");
|
||||
|
|
@ -1742,5 +1741,7 @@ void libreMediaServer::stdout() {
|
|||
qDebug()<<"stdout:Invalid cookie received"<<out;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
qDebug() << "PD Video: " << out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue