I looked for some solutions and what I found:
My application hangs in this place:
- when it tries to get devices list.Qt Code:
QAudioDeviceInfo::availableDevices(QAudio::AudioOutput);To copy to clipboard, switch view to plain text mode
Also I found that Qt pulseaudio support works by plug-in.
QtMultimedia framework loads plug-in and it hangs when pa is not running.
I tried to remove that plugin from Qt plugins dir and then my app started but it was deaf and muted - no audio devices were available.
Maybe is there a way to unload that plugin from my app?
Bookmarks