Hi, In the code below: qDebug() << "Starting rec."; d->m_rec->record(); qDebug() << "Rec started."; Where d->m_rec is QMediaRecorder* I see only "Starting rec." message and my application stops working. It is not crashing just stops responding. What it can be? Thank you. -- Best Regards, Igor Mironchik.