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. Problem with Qt Multimedia
Forum Updated to NodeBB v4.3 + New Features

Problem with Qt Multimedia

Scheduled Pinned Locked Moved Unsolved General and Desktop
c++multimediaqmediaplayerlogoutqt 5.8
65 Posts 4 Posters 45.9k 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.
  • 6 6EQUJ5
    20 Mar 2017, 09:44

    @KhoaTran-Programmer The Gstreamer command line tools doesn't work (no such command exists according to terminal even with sudo). But, trying to install the Gstreamer plugins such as gstreamer1.0-plugins-base with sudo apt-get install gstreamer1.0-plugins-base tells me it's already installed.

    @jsulm What do you mean "any" media player? The examples on Qt or any media player that is installed? If you mean any old media player GNOME MPlayer works.

    @SGaist Aren't I doing that already? By using this version: Qt 5.8.0 for Linux 64-bit (766 MB)

    J Offline
    J Offline
    jsulm
    Lifetime Qt Champion
    wrote on 20 Mar 2017, 09:47 last edited by
    #20

    @6EQUJ5 Qt 5.8 is for sure not what Debian provides (maybe Unstable?), I guess you installed Qt 5.8 by yourself, right? What @SGaist means is: try with Qt provided by Debian.

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

    6 1 Reply Last reply 20 Mar 2017, 09:49
    0
    • J jsulm
      20 Mar 2017, 09:47

      @6EQUJ5 Qt 5.8 is for sure not what Debian provides (maybe Unstable?), I guess you installed Qt 5.8 by yourself, right? What @SGaist means is: try with Qt provided by Debian.

      6 Offline
      6 Offline
      6EQUJ5
      wrote on 20 Mar 2017, 09:49 last edited by 6EQUJ5
      #21

      @jsulm Where can I get that? And yes I download the offline installer for Qt 5.8.0 for Linux 64-bit (766 MB) and installed Qt.

      J 1 Reply Last reply 20 Mar 2017, 09:51
      0
      • 6 6EQUJ5
        20 Mar 2017, 09:49

        @jsulm Where can I get that? And yes I download the offline installer for Qt 5.8.0 for Linux 64-bit (766 MB) and installed Qt.

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote on 20 Mar 2017, 09:51 last edited by
        #22

        @6EQUJ5 From Debian? Use apt-get to install it as any other packages.
        What you downloaded is not what Debian provides.

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

        6 1 Reply Last reply 20 Mar 2017, 09:57
        1
        • J jsulm
          20 Mar 2017, 09:51

          @6EQUJ5 From Debian? Use apt-get to install it as any other packages.
          What you downloaded is not what Debian provides.

          6 Offline
          6 Offline
          6EQUJ5
          wrote on 20 Mar 2017, 09:57 last edited by
          #23

          @jsulm What packages do I install? Do I have to install them all separately like qtcreator, qtbase5-dev, etc. or is there a way to install it with one package? If not what are all the packages needed?

          J 1 Reply Last reply 20 Mar 2017, 10:00
          0
          • 6 6EQUJ5
            20 Mar 2017, 09:57

            @jsulm What packages do I install? Do I have to install them all separately like qtcreator, qtbase5-dev, etc. or is there a way to install it with one package? If not what are all the packages needed?

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote on 20 Mar 2017, 10:00 last edited by
            #24

            @6EQUJ5 I don't have Debian here. But you should be able to find out what is needed. No need to install QtCreator from Debian as you already have it. On Ubuntu you can install qt5-default, don't know whether it is same on Debian.

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

            6 1 Reply Last reply 20 Mar 2017, 10:13
            0
            • J jsulm
              20 Mar 2017, 10:00

              @6EQUJ5 I don't have Debian here. But you should be able to find out what is needed. No need to install QtCreator from Debian as you already have it. On Ubuntu you can install qt5-default, don't know whether it is same on Debian.

              6 Offline
              6 Offline
              6EQUJ5
              wrote on 20 Mar 2017, 10:13 last edited by
              #25

              @jsulm I uninstalled Qt with the maintenance tool. Then installed with sudo aptitude install qt5-default and qtcreator with sudo aptitude install qtcreator .

              But, now I get this error Project ERROR: Unknown module(s) in QT: multimedia. In the .pro file I have QT += multimedia. I used the same code to test as way above.

              J 1 Reply Last reply 20 Mar 2017, 10:14
              0
              • 6 6EQUJ5
                20 Mar 2017, 10:13

                @jsulm I uninstalled Qt with the maintenance tool. Then installed with sudo aptitude install qt5-default and qtcreator with sudo aptitude install qtcreator .

                But, now I get this error Project ERROR: Unknown module(s) in QT: multimedia. In the .pro file I have QT += multimedia. I used the same code to test as way above.

                J Offline
                J Offline
                jsulm
                Lifetime Qt Champion
                wrote on 20 Mar 2017, 10:14 last edited by
                #26

                @6EQUJ5 Then install libqt5multimedia5

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

                6 1 Reply Last reply 20 Mar 2017, 10:44
                0
                • J jsulm
                  20 Mar 2017, 10:14

                  @6EQUJ5 Then install libqt5multimedia5

                  6 Offline
                  6 Offline
                  6EQUJ5
                  wrote on 20 Mar 2017, 10:44 last edited by
                  #27

                  @jsulm After running sudo aptitude install libqtmultimedia5 the same problem happens.

                  J 1 Reply Last reply 20 Mar 2017, 11:02
                  0
                  • 6 6EQUJ5
                    20 Mar 2017, 10:44

                    @jsulm After running sudo aptitude install libqtmultimedia5 the same problem happens.

                    J Offline
                    J Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on 20 Mar 2017, 11:02 last edited by
                    #28

                    @6EQUJ5 qtmultimedia5-dev

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

                    6 1 Reply Last reply 21 Mar 2017, 08:36
                    0
                    • J jsulm
                      20 Mar 2017, 11:02

                      @6EQUJ5 qtmultimedia5-dev

                      6 Offline
                      6 Offline
                      6EQUJ5
                      wrote on 21 Mar 2017, 08:36 last edited by
                      #29

                      @jsulm I can now compile successfully and run it. But, in the application output I get this:

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

                      J 1 Reply Last reply 21 Mar 2017, 08:39
                      0
                      • 6 6EQUJ5
                        21 Mar 2017, 08:36

                        @jsulm I can now compile successfully and run it. But, in the application output I get this:

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

                        J Offline
                        J Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on 21 Mar 2017, 08:39 last edited by
                        #30

                        @6EQUJ5 Can you set QT_DEBUG_PLUGINS environment variable to 1 and then start your app? Post then the output.

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

                        6 1 Reply Last reply 21 Mar 2017, 08:47
                        0
                        • J jsulm
                          21 Mar 2017, 08:39

                          @6EQUJ5 Can you set QT_DEBUG_PLUGINS environment variable to 1 and then start your app? Post then the output.

                          6 Offline
                          6 Offline
                          6EQUJ5
                          wrote on 21 Mar 2017, 08:47 last edited by
                          #31

                          @jsulm How do get to the place where I can do that?

                          J 1 Reply Last reply 21 Mar 2017, 08:49
                          0
                          • 6 6EQUJ5
                            21 Mar 2017, 08:47

                            @jsulm How do get to the place where I can do that?

                            J Offline
                            J Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on 21 Mar 2017, 08:49 last edited by
                            #32

                            @6EQUJ5 You can do it in QtCreator: "Projects/Run Settings" in "Run Environment" add that variable.

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

                            6 1 Reply Last reply 21 Mar 2017, 08:54
                            0
                            • J jsulm
                              21 Mar 2017, 08:49

                              @6EQUJ5 You can do it in QtCreator: "Projects/Run Settings" in "Run Environment" add that variable.

                              6 Offline
                              6 Offline
                              6EQUJ5
                              wrote on 21 Mar 2017, 08:54 last edited by 6EQUJ5
                              #33

                              @jsulm Output:

                              Starting /home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/Media-Player...
                              defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
                              /home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/Media-Player exited with code 0
                              
                              Starting /home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/Media-Player...
                              QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms" ...
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                  "MetaData": {
                                      "Keys": [
                                          "eglfs"
                                      ]
                                  },
                                  "className": "QEglFSIntegrationPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("eglfs")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqkms.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqkms.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                  "MetaData": {
                                      "Keys": [
                                          "kms"
                                      ]
                                  },
                                  "className": "QKmsIntegrationPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("kms")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqlinuxfb.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqlinuxfb.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                  "MetaData": {
                                      "Keys": [
                                          "linuxfb"
                                      ]
                                  },
                                  "className": "QLinuxFbIntegrationPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("linuxfb")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimal.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimal.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                  "MetaData": {
                                      "Keys": [
                                          "minimal"
                                      ]
                                  },
                                  "className": "QMinimalIntegrationPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("minimal")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimalegl.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimalegl.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                  "MetaData": {
                                      "Keys": [
                                          "minimalegl"
                                      ]
                                  },
                                  "className": "QMinimalEglIntegrationPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("minimalegl")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                  "MetaData": {
                                      "Keys": [
                                          "offscreen"
                                      ]
                                  },
                                  "className": "QOffscreenIntegrationPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("offscreen")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                  "MetaData": {
                                      "Keys": [
                                          "xcb"
                                      ]
                                  },
                                  "className": "QXcbIntegrationPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("xcb")
                              QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/platforms" ...
                              loaded library "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so"
                              loaded library "Xcursor"
                              QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes" ...
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1",
                                  "MetaData": {
                                      "Keys": [
                                          "gtk2"
                                      ]
                                  },
                                  "className": "QGtk2ThemePlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("gtk2")
                              QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/platformthemes" ...
                              loaded library "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so"
                              QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts" ...
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface",
                                  "MetaData": {
                                      "Keys": [
                                          "compose"
                                      ]
                                  },
                                  "className": "QComposePlatformInputContextPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("compose")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface",
                                  "MetaData": {
                                      "Keys": [
                                          "ibus"
                                      ]
                                  },
                                  "className": "QIbusPlatformInputContextPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("ibus")
                              QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/platforminputcontexts" ...
                              loaded library "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so"
                              QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic" ...
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevkeyboardplugin.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevkeyboardplugin.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QGenericPluginFactoryInterface",
                                  "MetaData": {
                                      "Keys": [
                                          "EvdevKeyboard"
                                      ]
                                  },
                                  "className": "QEvdevKeyboardPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("evdevkeyboard")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevmouseplugin.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevmouseplugin.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QGenericPluginFactoryInterface",
                                  "MetaData": {
                                      "Keys": [
                                          "EvdevMouse"
                                      ]
                                  },
                                  "className": "QEvdevMousePlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("evdevmouse")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtabletplugin.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtabletplugin.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QGenericPluginFactoryInterface",
                                  "MetaData": {
                                      "Keys": [
                                          "EvdevTablet"
                                      ]
                                  },
                                  "className": "QEvdevTabletPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("evdevtablet")
                              QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtouchplugin.so"
                              Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtouchplugin.so, metadata=
                              {
                                  "IID": "org.qt-project.Qt.QGenericPluginFactoryInterface",
                                  "MetaData": {
                                      "Keys": [
                                          "EvdevTouch"
                                      ]
                                  },
                                  "className": "QEvdevTouchScreenPlugin",
                                  "debug": false,
                                  "version": 328450
                              }
                              
                              
                              Got keys from plugin meta data ("evdevtouch")
                              QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/generic" ...
                              QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/styles" ...
                              QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/styles" ...
                              loaded library "gtk-x11-2.0"
                              loaded library "gnomeui-2"
                              loaded library "gnomevfs-2"
                              QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/mediaservice" ...
                              QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/mediaservice" ...
                              defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
                              QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/accessiblebridge" ...
                              QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/accessiblebridge" ...
                              QLibraryPrivate::unload succeeded on "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so" 
                              QLibraryPrivate::unload succeeded on "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so" 
                              QLibraryPrivate::unload succeeded on "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so" 
                              QLibraryPrivate::unload succeeded on "Xcursor" (faked)
                              QLibraryPrivate::unload succeeded on "gnomevfs-2" (faked)
                              QLibraryPrivate::unload succeeded on "gtk-x11-2.0" (faked)
                              /home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/Media-Player exited with code 0
                              
                              J 1 Reply Last reply 21 Mar 2017, 08:56
                              0
                              • 6 6EQUJ5
                                21 Mar 2017, 08:54

                                @jsulm Output:

                                Starting /home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/Media-Player...
                                defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
                                /home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/Media-Player exited with code 0
                                
                                Starting /home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/Media-Player...
                                QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms" ...
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                    "MetaData": {
                                        "Keys": [
                                            "eglfs"
                                        ]
                                    },
                                    "className": "QEglFSIntegrationPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("eglfs")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqkms.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqkms.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                    "MetaData": {
                                        "Keys": [
                                            "kms"
                                        ]
                                    },
                                    "className": "QKmsIntegrationPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("kms")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqlinuxfb.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqlinuxfb.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                    "MetaData": {
                                        "Keys": [
                                            "linuxfb"
                                        ]
                                    },
                                    "className": "QLinuxFbIntegrationPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("linuxfb")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimal.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimal.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                    "MetaData": {
                                        "Keys": [
                                            "minimal"
                                        ]
                                    },
                                    "className": "QMinimalIntegrationPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("minimal")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimalegl.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimalegl.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                    "MetaData": {
                                        "Keys": [
                                            "minimalegl"
                                        ]
                                    },
                                    "className": "QMinimalEglIntegrationPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("minimalegl")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                    "MetaData": {
                                        "Keys": [
                                            "offscreen"
                                        ]
                                    },
                                    "className": "QOffscreenIntegrationPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("offscreen")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
                                    "MetaData": {
                                        "Keys": [
                                            "xcb"
                                        ]
                                    },
                                    "className": "QXcbIntegrationPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("xcb")
                                QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/platforms" ...
                                loaded library "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so"
                                loaded library "Xcursor"
                                QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes" ...
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1",
                                    "MetaData": {
                                        "Keys": [
                                            "gtk2"
                                        ]
                                    },
                                    "className": "QGtk2ThemePlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("gtk2")
                                QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/platformthemes" ...
                                loaded library "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so"
                                QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts" ...
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface",
                                    "MetaData": {
                                        "Keys": [
                                            "compose"
                                        ]
                                    },
                                    "className": "QComposePlatformInputContextPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("compose")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface",
                                    "MetaData": {
                                        "Keys": [
                                            "ibus"
                                        ]
                                    },
                                    "className": "QIbusPlatformInputContextPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("ibus")
                                QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/platforminputcontexts" ...
                                loaded library "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so"
                                QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic" ...
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevkeyboardplugin.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevkeyboardplugin.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QGenericPluginFactoryInterface",
                                    "MetaData": {
                                        "Keys": [
                                            "EvdevKeyboard"
                                        ]
                                    },
                                    "className": "QEvdevKeyboardPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("evdevkeyboard")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevmouseplugin.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevmouseplugin.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QGenericPluginFactoryInterface",
                                    "MetaData": {
                                        "Keys": [
                                            "EvdevMouse"
                                        ]
                                    },
                                    "className": "QEvdevMousePlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("evdevmouse")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtabletplugin.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtabletplugin.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QGenericPluginFactoryInterface",
                                    "MetaData": {
                                        "Keys": [
                                            "EvdevTablet"
                                        ]
                                    },
                                    "className": "QEvdevTabletPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("evdevtablet")
                                QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtouchplugin.so"
                                Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtouchplugin.so, metadata=
                                {
                                    "IID": "org.qt-project.Qt.QGenericPluginFactoryInterface",
                                    "MetaData": {
                                        "Keys": [
                                            "EvdevTouch"
                                        ]
                                    },
                                    "className": "QEvdevTouchScreenPlugin",
                                    "debug": false,
                                    "version": 328450
                                }
                                
                                
                                Got keys from plugin meta data ("evdevtouch")
                                QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/generic" ...
                                QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/styles" ...
                                QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/styles" ...
                                loaded library "gtk-x11-2.0"
                                loaded library "gnomeui-2"
                                loaded library "gnomevfs-2"
                                QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/mediaservice" ...
                                QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/mediaservice" ...
                                defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
                                QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/accessiblebridge" ...
                                QFactoryLoader::QFactoryLoader() checking directory path "/home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/accessiblebridge" ...
                                QLibraryPrivate::unload succeeded on "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so" 
                                QLibraryPrivate::unload succeeded on "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so" 
                                QLibraryPrivate::unload succeeded on "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so" 
                                QLibraryPrivate::unload succeeded on "Xcursor" (faked)
                                QLibraryPrivate::unload succeeded on "gnomevfs-2" (faked)
                                QLibraryPrivate::unload succeeded on "gtk-x11-2.0" (faked)
                                /home/user/Documents/Qt Projects/Media-Player/build-Media-Player-Desktop-Release/Media-Player exited with code 0
                                
                                J Offline
                                J Offline
                                jsulm
                                Lifetime Qt Champion
                                wrote on 21 Mar 2017, 08:56 last edited by
                                #34

                                @6EQUJ5 Is there something in /usr/lib/x86_64-linux-gnu/qt5/plugins/mediaservice ?

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

                                6 1 Reply Last reply 21 Mar 2017, 08:59
                                0
                                • J jsulm
                                  21 Mar 2017, 08:56

                                  @6EQUJ5 Is there something in /usr/lib/x86_64-linux-gnu/qt5/plugins/mediaservice ?

                                  6 Offline
                                  6 Offline
                                  6EQUJ5
                                  wrote on 21 Mar 2017, 08:59 last edited by
                                  #35

                                  @jsulm The folder mediaservice in /usr/lib/x86_64-linux-gnu/qt5/plugins/ doesn't exist.

                                  J 2 Replies Last reply 21 Mar 2017, 09:02
                                  0
                                  • 6 6EQUJ5
                                    21 Mar 2017, 08:59

                                    @jsulm The folder mediaservice in /usr/lib/x86_64-linux-gnu/qt5/plugins/ doesn't exist.

                                    J Offline
                                    J Offline
                                    jsulm
                                    Lifetime Qt Champion
                                    wrote on 21 Mar 2017, 09:02 last edited by
                                    #36

                                    @6EQUJ5 Looks like media plug-ins are missing.

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

                                    1 Reply Last reply
                                    0
                                    • 6 6EQUJ5
                                      21 Mar 2017, 08:59

                                      @jsulm The folder mediaservice in /usr/lib/x86_64-linux-gnu/qt5/plugins/ doesn't exist.

                                      J Offline
                                      J Offline
                                      jsulm
                                      Lifetime Qt Champion
                                      wrote on 21 Mar 2017, 09:03 last edited by
                                      #37

                                      @6EQUJ5 Install libqt5multimedia5-plugins package

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

                                      6 1 Reply Last reply 21 Mar 2017, 09:08
                                      0
                                      • J jsulm
                                        21 Mar 2017, 09:03

                                        @6EQUJ5 Install libqt5multimedia5-plugins package

                                        6 Offline
                                        6 Offline
                                        6EQUJ5
                                        wrote on 21 Mar 2017, 09:08 last edited by
                                        #38

                                        @jsulm I got this now:

                                        (Media-Player:7076): GStreamer-CRITICAL **: gst_object_ref_sink: assertion 'GST_IS_OBJECT (object)' failed

                                        J 2 Replies Last reply 21 Mar 2017, 09:09
                                        0
                                        • 6 6EQUJ5
                                          21 Mar 2017, 09:08

                                          @jsulm I got this now:

                                          (Media-Player:7076): GStreamer-CRITICAL **: gst_object_ref_sink: assertion 'GST_IS_OBJECT (object)' failed

                                          J Offline
                                          J Offline
                                          jsulm
                                          Lifetime Qt Champion
                                          wrote on 21 Mar 2017, 09:09 last edited by
                                          #39

                                          @6EQUJ5 Can you post the output with QT_DEBUG_PLUGINS again?

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

                                          1 Reply Last reply
                                          0

                                          29/65

                                          21 Mar 2017, 08:36

                                          • Login

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