QtMultimedia no service found error ( linux )
-
Hi guys
i have a problem in qtmultimedia linuxi want to use Media in my application
but i see this errordefaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
my OS : Parrot -> linux -> debian base
Qt Creator ver : 5.7
installed packages: libgstreamer1.0 , base , bad , ugly , libav , qt5multimedia-devmay be help me ?
-
Hi,
Which version of Qt are you using ? (Not Qt Creator) It seems you may be mixing a custom and a distribution based installation of Qt.
-
-
IIRC, it's still using gstreamer 0.1 so you have two options:
- Install gstreamer 0.1 and it's dependencies
- Rebuild the plugin with 1.0 (just the plugin not the whole Qt framework)
[edit: corrected gstreamer version number for 2 SGaist]
-
The app ?
Or are you trying to compile the plugin ?
If the later, did you install the gstreamer development package ?
-
Sorry, I just saw that the version number was wrong. I meant that you could build the plugin against GStreamer version 1.0.