bluecherrydvr / bluecherry-client

Bluecherry cross platform video surveillance client application

Home Page:www.bluecherrydvr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on Mac osx when enable audio.

AlexanderAgd opened this issue · comments

Crash happened when enabling audio and audio device is not present.
void AudioPlayer::play()
{
    Q_ASSERT(m_isDeviceOpened);

This issue was not only Mac related, it may happen on all platforms, fixed.