Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator no service found for - "org.qt-project.qt.mediaplayer" error
Forum Updated to NodeBB v4.3 + New Features

Qt Creator no service found for - "org.qt-project.qt.mediaplayer" error

Scheduled Pinned Locked Moved Unsolved General and Desktop
10 Posts 4 Posters 7.6k Views 2 Watching
  • 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.
  • H Offline
    H Offline
    Hakan AFAT
    wrote on last edited by
    #1

    Hi,
    I use QtMultimedia library in my project. I can compile without any errors on Windows and Mac. But i want to compile on Lubuntu 15.10 x64, i have got a error message like, defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer".
    How can i solve it?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      You might need to install extra
      http://doc.qt.io/qt-5/linux-requirements.html

      like gstreamer 1.0
      https://forum.qt.io/topic/28620/solved-qtmultimedia-defaultserviceprovider-requestservice-no-service-found-for-org-qt-project-qt-mediaplayer/30

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Hakan AFAT
        wrote on last edited by
        #3

        I installed this packages before. But i cant see any changes.

        mrjjM 1 Reply Last reply
        0
        • H Hakan AFAT

          I installed this packages before. But i cant see any changes.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Hakan-AFAT
          maybe its due to 64 bit. Path is different or something like that.

          1 Reply Last reply
          0
          • H Offline
            H Offline
            Hakan AFAT
            wrote on last edited by
            #5

            I removed all libgstreamer packages and reinstall those again. I see only this message in application output on Qt Creator. :(

            mrjjM 1 Reply Last reply
            0
            • H Hakan AFAT

              I removed all libgstreamer packages and reinstall those again. I see only this message in application output on Qt Creator. :(

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Hakan-AFAT
              well if you google it, you can see it can be many reasons.
              Oftens its related to gstreamer and wrong version but can be many things.

              1 Reply Last reply
              0
              • H Offline
                H Offline
                Hakan AFAT
                wrote on last edited by
                #7

                I cant find gstreamer plugin in the plugin folder. How could i install it?

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  Hi,

                  If you want to rebuild the plugin you must first download the qtmultimedia module sources. The plugin is in there.

                  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
                  1
                  • G Offline
                    G Offline
                    Gnenux
                    wrote on last edited by
                    #9

                    Hi,my english is poor.this is a simple way to sovle this problem on linux.
                    1.> sudo apt-get install libqt5multimedia5-plugins
                    2.> cp -a /usr/lib/x86_64-linux-gnu/qt5/plugins/mediaservice/ /your/path/to/Qt5/.../gcc_64/plugins/
                    The main purpose is to avoid recompiling the QtMultimedia module.if you want to recompiling the QtMultimedia module.you should:
                    1.> install required gstreamer
                    2.> cd /your/path/to/Qt5/.../Src/qtmultimedia
                    3.> qmake && make
                    4.> make install
                    or:
                    2.> cd /your/path/to/Qt5/.../Src/qtmultimedia/src/plugins/gstreamer
                    3.> qmake && make
                    4.> make install
                    The second method of failure probability is very large.Depending on whether your gstreamer installed correctly.

                    1 Reply Last reply
                    0
                    • SGaistS Offline
                      SGaistS Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      @Gnenux Your first suggestion is not a real solution, you are mixing plugins from different Qt versions built with potentially different options.

                      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
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved