mediaplayer not able to play video
-
In qt 32 bit I get an error as stated below in Qt 5.5.0 and Qt 5.5.1
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
but the same code works in 64bit Qt 5.6.0 without any error
@AmazingQt
please at least use the search for the error message before opening a new thread. -
@raven-worx
Actually the solution provided in the thread did not work for me too because I am using linux OS -
@raven-worx
Actually the solution provided in the thread did not work for me too because I am using linux OS@AmazingQt The last post in that thread points out to install libgstreamer on Linux
-
@AmazingQt So, your system is 64bit, right? With 64bit Qt it's working. I guess you installed libgstreamer 64bit but not 32bit.
-
@AmazingQt So, your system is 64bit, right? With 64bit Qt it's working. I guess you installed libgstreamer 64bit but not 32bit.
-
@jsulm Yes I have installed libgstreamer for 64bit Qt 5.5.1 and the video is playing in it but when I tried to install the 32bit libgstreamer for my 32bit Qt 5.5.1 I am not able to play the video
@AmazingQt "but when I tried to install the 32bit libgstreamer" - so did you succeed with installation of 32bit libgstreamer?
-
@AmazingQt "but when I tried to install the 32bit libgstreamer" - so did you succeed with installation of 32bit libgstreamer?
-
Hi,
Which version did you install ? 0.1 or 1.0 and did you install the plugin packages ?
-
What about the plugin packages ?
-
Then do it. It's the plugin packages that provide the codecs.
-
@AmazingQt
also please set the env variable QT_DEBUG_PLUGINS to a non-zero value and post the console output. To see if the plugin is even loaded by Qt by now. -
@AmazingQt
also please set the env variable QT_DEBUG_PLUGINS to a non-zero value and post the console output. To see if the plugin is even loaded by Qt by now.@raven-worx Got keys from plugin meta data ("audiocapture")
QFactoryLoader::QFactoryLoader() checking directory path "/home/MYPATH/build-desktop-system-dev-Desktop_Qt_5_5_1_GCC_32bit-Release/MY_PROJECT/mediaservice" ...
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"