NO service found for "org.qt-project.qt.mediaplayer
-
Hi
On the system where you deploy our app.
They might need to do
sudo apt-get install qtgstreamer-plugins-qt5
unless they are included in the deb file. -
Hi
On the system where you deploy our app.
They might need to do
sudo apt-get install qtgstreamer-plugins-qt5
unless they are included in the deb file. -
@karthi
ok.
does this error come once installed and ".exe" file is executed ?
You can try to do LDD on the installed "exe" and see what its missing. -
@mrjj s this error comes after i installed and executed the exe and i tried ldd on the installed exe , there is no missing librarys.
-
Hi,
Did you list gstreamer and its plugins as dependencies of your Debian package ?
-
Just in case, here's the link to the control file documentation. It shows how to add dependencies to your package.
Out of curiosity, since you are doing a Debian package, why not use the Debian provided Qt version as dependencies of your application ?
-
Just in case, here's the link to the control file documentation. It shows how to add dependencies to your package.
Out of curiosity, since you are doing a Debian package, why not use the Debian provided Qt version as dependencies of your application ?
-
@karthi said in NO service found for "org.qt-project.qt.mediaplayer:
doesnt support the multimedia
Are you sure? You probably need to install the GStreamer packages as well.
-
@karthi said in NO service found for "org.qt-project.qt.mediaplayer:
doesnt support the multimedia
Are you sure? You probably need to install the GStreamer packages as well.
-
What version of Debian are you running ?
What version of Qt does it provide ?
QtMultimedia is an official part of Qt 5.