[SOLVED] Qml Audio doesn't work with Qt 5.5 in linux mint 17 x64
-
wrote on 24 Jun 2015, 12:26 last edited by elendilm
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. -
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.wrote on 26 Jun 2015, 08:38 last edited by@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 ?
-
wrote on 1 Jul 2015, 08:52 last edited byThis post is deleted!
-
wrote on 1 Jul 2015, 08:54 last edited by
Sorry for the late response.
@SGaist Yes I am running the Qt 5.5 RC. Yes I have gstreamer installed. I tried with 0.10 and also 1.0.
@vladstelmahovsky Thanks for the info. Do really hope there is some way. -
wrote on 1 Jul 2015, 11:39 last edited by vladstelmahovsky 7 Jan 2015, 11:39
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 -
wrote on 1 Jul 2015, 14:12 last edited by
ok, it turns out that it is known issue:
https://bugreports.qt.io/browse/QTBUG-46276 -
wrote on 14 Jul 2015, 21:06 last edited by
Ok, it appears to be solved in Qt 5.5 Final Release. Just tested with Qt x64 Linux version..
Thanks.