Qt Multimedia on Linux
This page discusses considerations for using Qt Multimedia on Linux.
Audio backend requirements
Qt Multimedia audio features on Linux requires PulseAudio. The experimental ALSA backend will be deprecated in future versions of Qt. Until then, community contributions are required to fix issues with this backend.
For applications that use the GStreamer backend on embedded Linux, see Qt Multimedia GStreamer backend for additional PulseAudio requirements.
Limitations on Linux using the Wayland compositor
The screen capture feature requires the installation of:
- The ScreenCast service supported via XDG Desktop Portal.
- PipeWire (0.3).
Due to restrictions of the Wayland protocol, the current screen can only be selected through the wizard displayed by the operation system when QScreenCapture
instance is activated. For additional details, refer to the QScreenCapture class documentation.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.