Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. "QtMultimediaKit" is not installed Problem
Forum Updated to NodeBB v4.3 + New Features

"QtMultimediaKit" is not installed Problem

Scheduled Pinned Locked Moved QML and Qt Quick
9 Posts 2 Posters 5.5k 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.
  • S Offline
    S Offline
    sanjayrathore36
    wrote on last edited by
    #1

    Hi All,
    I m using Qt SDK 1.1 Technology Preview. I want to make some audio/video application.for that i have define
    CONFIG += mobility MOBILITY = multimedia in .pro file and in qml file import QtMultimediaKit 1.1.
    when i am running application then i am getting error "QtMultimediaKit" is not installed.
    I have searched in sdk and i founded QtMultimediaKit.

    please tell me why i am getting this error.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      shullw
      wrote on last edited by
      #2

      What are you trying to run this in? Simulator? Your Phone(Symbian or Maemo)? Little more info please.

      A QML Purest Point of View!

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sanjayrathore36
        wrote on last edited by
        #3

        hi,
        thanks for you reply. i am trying to build it on Simulator.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          shullw
          wrote on last edited by
          #4

          Just for giggles put this in your PATH C:\QtSDK\Simulator\QtMobility\mingw\lib Obviously you might have to change the drive letter. Wondering if it just isn't seeing the libs that are required to see the QtMobility Modules. Google how to add things to your PATH for which ever operating system you are using.

          A QML Purest Point of View!

          1 Reply Last reply
          0
          • S Offline
            S Offline
            sanjayrathore36
            wrote on last edited by
            #5

            hi,
            Now i facing this error

            QMediaPluginLoader: Failed to load plugin: "C:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qsimulatorengine.dll" "The plugin 'C:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qsimulatorengine.dll' uses incompatible Qt library. Expected build key "Windows mingw debug full-config", got "Windows mingw release full-config""
            QMediaPluginLoader: Failed to load plugin: "C:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qtmedia_audioengine.dll" "The plugin 'C:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qtmedia_audioengine.dll' uses incompatible Qt library. Expected build key "Windows mingw debug full-config", got "Windows mingw release full-config""
            defaultServiceProvider::requestService(): no service found for - "com.nokia.qt.mediaplayer"

            1 Reply Last reply
            0
            • S Offline
              S Offline
              shullw
              wrote on last edited by
              #6

              That is a known error. I forget which bug number that is from Nokia but it fully documented. It just means it won't actually play the video/audio in the simulator. If that is all you got then I say it is time to port it over to a device and test. If it won't build for a specific device you might have to install the QtMobility from the source. But the way that error reads, I get it everytime I build in simulator and it works for my device. If building for n900 there are more steps specifically for that device and is documented in a thread on this board.

              A QML Purest Point of View!

              1 Reply Last reply
              0
              • S Offline
                S Offline
                sanjayrathore36
                wrote on last edited by
                #7

                means i can not test audio or video on the simulator.

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  shullw
                  wrote on last edited by
                  #8

                  Correct you cannot listen to or view audio/video in the simulator of Qt SDK 1.1 Technical Preview. It is a known problem and they plan to fix this issue.

                  A QML Purest Point of View!

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    sanjayrathore36
                    wrote on last edited by
                    #9

                    thanks for correcting me.

                    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