[SOLVED] Qml Audio doesn't work with Qt 5.5 in linux mint 17 x64
-
Hi,
Are you running the Qt 5.5 RC ?
-
QT += multimedia
import QtMultimedia 5.5
Audio { source: "music.wav" }
says defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer".
I have Linux Mint 17 Kde x64 . Old threads didn't help.@elendilm hi
I have similar issue with Qt 5.5 rc
The reason is that there is no GS plugins in mediaservice plugins folder
no idea how to solve it since there is no way to unstall additional components in Qt 5.5 installer -
Do you have gstreamer installed on your system ? If so, which version ?
-
well, just installed Qt5.5 release and the issue did not changed
"defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" " on app start
Same code works w/o issues with Qt 5.4.2 -
ok, it turns out that it is known issue:
https://bugreports.qt.io/browse/QTBUG-46276