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. [SOLVED] QtMultimedia : defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] QtMultimedia : defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"

Scheduled Pinned Locked Moved General and Desktop
qtmultimediano serviceqt5
35 Posts 16 Posters 80.7k Views 1 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.
  • W Offline
    W Offline
    wesblake
    wrote on last edited by
    #26

    Hello. Should this work for 5.3.2 as well?
    I've tried these instructions as well as about 10 other sets that are similar, and still have no luck with playback in XP. We're using Creator with the MSVC 2012 w/ OpenGL compiler/Qt.

    • Our app downloads a wmv file into the users temp directory, then plays it back. If there's an error, we display it in our player as "Error: " + what is returned by errorString() on QMediaPlayer.
    • It works perfectly in Windows Vista+
    • On XP, with the multimedia dll's that came with Qt 5.3.2 package, we see:
      "Error: The QMediaPlayer object does not have a valid service"
    • On XP, with the multimedia dll's compiled using various instructions including the ones in this thread, I simply get:
      "Error: "

    I'm developing on Windows 7 but my next steps are to get Creator/Qt installed on XP to see if I can get anything more out of Creator. It's quite frustrating.

    1 Reply Last reply
    0
    • W Offline
      W Offline
      wesblake
      wrote on last edited by
      #27
      This post is deleted!
      R 1 Reply Last reply
      0
      • W wesblake

        This post is deleted!

        R Offline
        R Offline
        rafael.naciri
        wrote on last edited by rafael.naciri
        #28

        Hi, I'm @raf924 but I couldn't access my account so I made another.

        @wesblake Do you use the x64 version of XP? Because according to this link : http://doc.qt.io/QtSupportedPlatforms/index.html#qt-5-3, Qt5.x only supports its 32 bit version and only for deployement so I wouldn't recommend installing QtCreator/Qt on your xp machine. And if you use the 32 bit version, is your compiler 32bit also? Because I think that would be an issue if the compiler is x64.

        Also since I posted these instructions I haven't tried them on the latest version of Qt since I now use libVLC for media rendering.

        1 Reply Last reply
        0
        • E Offline
          E Offline
          EZavod
          wrote on last edited by
          #29

          Hi,
          same problem as described above and solutions did not work properly.

          I found out that you must have libgstreamer installed!
          (see http://doc.qt.io/qt-5/linux-requirements.html in chapter "Multimedia Dependencies")

          After installation of libgstreamer every thing worked perfectly (some troubles with mp3 encoding but that is an os problem).

          Fix on my System (openSUSE 13.2 64bit):
          sudo zypper install libgstreamer-0_10-0
          (or http://software.opensuse.org/package/libgstreamer-0_10-0)

          Hope this will help others.

          1 Reply Last reply
          1
          • tomasz3dkT tomasz3dk

            Has anybody a solution for Linux and gstremer?

            H Offline
            H Offline
            hfrenkel
            wrote on last edited by
            #30

            @tomasz3dk On my Linux (Ubuntu 14.04) machine I have just solved this problem
            (the message "defaultServiceProvider::requestService(): no service found for - 'org.qt-project.qt.mediaplayer' ", and no video playback)
            by installing
            sudo apt-get install qtmultimedia5-examples,
            which seems to contain the required plugin(s).

            1 Reply Last reply
            4
            • P Offline
              P Offline
              Paapu88
              wrote on last edited by
              #31

              Hei,
              In lubuntu 16.04 I needed additionally sudo apt-get install qtgstreamer-plugins-qt5
              terveisin, Markus

              1 Reply Last reply
              1
              • T Offline
                T Offline
                turkeyzhu
                wrote on last edited by
                #32

                Iuse linux QtMutimedia, have the same issue ? i have a quession, who have use the static mode qt in linux (android.unix ),any one who try it?

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  turkeyzhu
                  wrote on last edited by
                  #33

                  if use static mode , the arm and mips will be not hard, and we can easy use it on vehicle, car mode . EXP online car mode.

                  1 Reply Last reply
                  0
                  • ArtyA Offline
                    ArtyA Offline
                    Arty
                    wrote on last edited by
                    #34

                    I got an similar problem but only no service found for - "org.qt-project.qt.camera"

                    1 Reply Last reply
                    0
                    • L Offline
                      L Offline
                      LE_XIAN_SEN
                      wrote on last edited by
                      #35

                      Hi
                      I'm using ubuntu-base on my imx6ul board,and i solved this problem by using this command
                      sudo apt-get install libqt5multimedia5-plugins
                      install the libqt5multimedia5-plugins

                      1 Reply Last reply
                      2

                      • Login

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