|
|
|
@ -298,6 +298,7 @@ void Dialog::on_startServerBtn_clicked()
|
|
|
|
params.renderExpiredFrames = Config::getInstance().getRenderExpiredFrames();
|
|
|
|
params.renderExpiredFrames = Config::getInstance().getRenderExpiredFrames();
|
|
|
|
params.lockVideoOrientation = ui->lockOrientationBox->currentIndex() - 1;
|
|
|
|
params.lockVideoOrientation = ui->lockOrientationBox->currentIndex() - 1;
|
|
|
|
params.stayAwake = ui->stayAwakeCheck->isChecked();
|
|
|
|
params.stayAwake = ui->stayAwakeCheck->isChecked();
|
|
|
|
|
|
|
|
params.recordFile = ui->recordScreenCheck->isChecked();
|
|
|
|
params.recordPath = ui->recordPathEdt->text().trimmed();
|
|
|
|
params.recordPath = ui->recordPathEdt->text().trimmed();
|
|
|
|
params.recordFileFormat = ui->formatBox->currentText().trimmed();
|
|
|
|
params.recordFileFormat = ui->formatBox->currentText().trimmed();
|
|
|
|
params.serverLocalPath = getServerPath();
|
|
|
|
params.serverLocalPath = getServerPath();
|
|
|
|
|