Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved mediaplayer not able to play video

    General and Desktop
    media player mediaplayer video qt 5.5.1 32bit
    4
    16
    5341
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • AmazingQt
      AmazingQt last edited by

      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

      raven-worx 1 Reply Last reply Reply Quote 0
      • raven-worx
        raven-worx Moderators @AmazingQt last edited by

        @AmazingQt
        please at least use the search for the error message before opening a new thread.

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply Reply Quote 0
        • AmazingQt
          AmazingQt last edited by AmazingQt

          @raven-worx
          Actually the solution provided in the thread did not work for me too because I am using linux OS

          jsulm 1 Reply Last reply Reply Quote 0
          • jsulm
            jsulm Lifetime Qt Champion @AmazingQt last edited by

            @AmazingQt The last post in that thread points out to install libgstreamer on Linux

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • AmazingQt
              AmazingQt last edited by

              Yes, even after installing all the dependencies video does not play

              jsulm 1 Reply Last reply Reply Quote 0
              • jsulm
                jsulm Lifetime Qt Champion @AmazingQt last edited by jsulm

                @AmazingQt So, your system is 64bit, right? With 64bit Qt it's working. I guess you installed libgstreamer 64bit but not 32bit.

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                AmazingQt 1 Reply Last reply Reply Quote 0
                • AmazingQt
                  AmazingQt @jsulm last edited by

                  @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

                  jsulm 1 Reply Last reply Reply Quote 0
                  • jsulm
                    jsulm Lifetime Qt Champion @AmazingQt last edited by

                    @AmazingQt "but when I tried to install the 32bit libgstreamer" - so did you succeed with installation of 32bit libgstreamer?

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    AmazingQt 1 Reply Last reply Reply Quote 0
                    • AmazingQt
                      AmazingQt @jsulm last edited by

                      @jsulm Yes I have installed the libgstreamer for 32bit

                      1 Reply Last reply Reply Quote 0
                      • SGaist
                        SGaist Lifetime Qt Champion last edited by

                        Hi,

                        Which version did you install ? 0.1 or 1.0 and did you install the plugin packages ?

                        Interested in AI ? www.idiap.ch
                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                        AmazingQt 1 Reply Last reply Reply Quote 0
                        • AmazingQt
                          AmazingQt @SGaist last edited by

                          @SGaist I have installed libgstreamer 1.0

                          1 Reply Last reply Reply Quote 0
                          • SGaist
                            SGaist Lifetime Qt Champion last edited by

                            What about the plugin packages ?

                            Interested in AI ? www.idiap.ch
                            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                            AmazingQt 1 Reply Last reply Reply Quote 0
                            • AmazingQt
                              AmazingQt @SGaist last edited by

                              @SGaist I have not installed any plugin

                              raven-worx 1 Reply Last reply Reply Quote 0
                              • SGaist
                                SGaist Lifetime Qt Champion last edited by

                                Then do it. It's the plugin packages that provide the codecs.

                                Interested in AI ? www.idiap.ch
                                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                1 Reply Last reply Reply Quote 0
                                • raven-worx
                                  raven-worx Moderators @AmazingQt last edited by raven-worx

                                  @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.

                                  --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                                  If you have a question please use the forum so others can benefit from the solution in the future

                                  AmazingQt 1 Reply Last reply Reply Quote 0
                                  • AmazingQt
                                    AmazingQt @raven-worx last edited by AmazingQt

                                    @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"

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post