Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
QML Audio for Ubuntu 16.04 LTS
-
import QtMultimedia 5.5
Audio{
id: playMusic
source: "all/video/login.wma"
}QML debugging is enabled. Only use this in a safe environment.
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
-
Hi! This problem is quite common, please use the forum search to find similar threads.
-
@Wieland (T﹏T)Can you tell me !!! ThankYou
-
@THEFree
did you try to search ?
https://forum.qt.io/topic/28620/solved-qtmultimedia-defaultserviceprovider-requestservice-no-service-found-for-org-qt-project-qt-mediaplayer
-
@mrjj But I'm Ubuntu !!!
-
Again, please use the forum search or google. There are dozens of threads for this matter. https://forum.qt.io/topic/33298
-
@THEFree
Yep and they also talk about linux there
sudo zypper install libgstreamer-0_10-0
which is same for ubuntu just using apt-get installAnd if you have the correct version installed then maybe
sudo apt-get install libqt5multimedia5-plugins
will do it for you.