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

Qt5 Multimedia Problem

Scheduled Pinned Locked Moved General and Desktop
13 Posts 6 Posters 9.9k 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.
  • G Offline
    G Offline
    goocreations
    wrote on last edited by
    #4

    Solved the problem by not using Windows, but Ubuntu. Which version are you using Qt5? Alpha? Beta? Maybe it will be fixed in the final release.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goli
      wrote on last edited by
      #5

      Qt 4.8.1

      1 Reply Last reply
      0
      • I Offline
        I Offline
        INeedMySpace
        wrote on last edited by
        #6

        bq. Solved the problem by not using Windows, but Ubuntu.

        But may be someone got idea what happens on Windows?

        You have been involved in illegal use of magic.

        1 Reply Last reply
        0
        • V Offline
          V Offline
          Vaido
          wrote on last edited by
          #7

          Same problem here: http://qt-project.org/forums/viewthread/22018/

          I tried to run the new Media Player exmaple with Qt5 on windows xp and got exactly the same error:

          defaultServiceProvider::requestService(): no service found for – “org.qt-project.qt.mediaplayer”

          1 Reply Last reply
          0
          • I Offline
            I Offline
            INeedMySpace
            wrote on last edited by
            #8

            Just guess. Could you check your Qt installation directory in plugins/mediaservice folder for wmfengine(d).dll? As I understand QMultimedia module relies on Windows Media Foundation library internally to play video on Windows.
            In my installation I also have qtmedia_audioengine.dll.

            You have been involved in illegal use of magic.

            1 Reply Last reply
            0
            • V Offline
              V Offline
              Vaido
              wrote on last edited by
              #9

              I have these files under:

              C:\QTSDK_5\5.0.0-beta2\msvc2010\plugins\mediaservice

              There is:

              qtmedia_audioengine.dll
              qtmedia_audioengined.dll
              qtmedia_audioengined.pdb
              wmfengine.dll
              wmfengined.dll
              wmfengined.pdb

              1 Reply Last reply
              0
              • I Offline
                I Offline
                INeedMySpace
                wrote on last edited by
                #10

                Have you setted up QTDIR and PATH env variables?

                You have been involved in illegal use of magic.

                1 Reply Last reply
                0
                • V Offline
                  V Offline
                  Vaido
                  wrote on last edited by
                  #11

                  No, I am using the binary package where you don't have to set any variables..or am I wrong here?!

                  1 Reply Last reply
                  0
                  • I Offline
                    I Offline
                    INeedMySpace
                    wrote on last edited by
                    #12

                    Even in binary installation if you run examples from console you should those variables setted up for you plugins to be found.

                    You have been involved in illegal use of magic.

                    1 Reply Last reply
                    0
                    • O Offline
                      O Offline
                      OlivierH
                      wrote on last edited by
                      #13

                      Hi !

                      I just want to know if the issue has been corrected in the RC2 release for Windows OS...

                      I still have the problem but my dev env is properly configurated :

                      bq. Démarrer C:\Qt\Qt5.0.0-rc2\5.0.0-rc2\msvc2010\bin\qmlscene.exe "D:/Documents and Settings/T0119276/Mes Documents/QML_APP/TEST_QML_5/TEST_QML_5.qml"
                      QQmlImportDatabase::addImportPath: "C:\Qt\Qt5.0.0-rc2\5.0.0-rc2\msvc2010\qml"
                      QQmlImportDatabase::addImportPath: "C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/bin"
                      QQmlImports(file:///D:/Documents and Settings/T0119276/Mes Documents/QML_APP/TEST_QML_5/TEST_QML_5.qml)::addImplicitImport
                      QQmlImports(file:///D:/Documents and Settings/T0119276/Mes Documents/QML_APP/TEST_QML_5/TEST_QML_5.qml)::addLibraryImport: "QtQuick" 2.0 as ""
                      QQmlImports(file:///D:/Documents and Settings/T0119276/Mes Documents/QML_APP/TEST_QML_5/TEST_QML_5.qml)::importExtension: loaded "C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtQuick.2/qmldir"
                      QQmlImportDatabase::importPlugin: "QtQuick" from "C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtQuick.2/qtquick2plugin.dll"
                      QQmlImports(file:///D:/Documents and Settings/T0119276/Mes Documents/QML_APP/TEST_QML_5/TEST_QML_5.qml)::addLibraryImport: "QtMultimedia" 5.0 as ""
                      QQmlImports(file:///D:/Documents and Settings/T0119276/Mes Documents/QML_APP/TEST_QML_5/TEST_QML_5.qml)::importExtension: loaded "C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/qmldir"
                      QQmlImportDatabase::importPlugin: "QtMultimedia" from "C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/declarative_multimedia.dll"
                      Module 'QtMultimedia' does not contain a module identifier directive - it cannot be protected from external registrations.
                      QQmlImports(file:///D:/Documents and Settings/T0119276/Mes Documents/QML_APP/TEST_QML_5/TEST_QML_5.qml)::resolveType: "Video" => "file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml" URL
                      QQmlImports(file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml)::addImplicitImport
                      QQmlImports(file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml)::importExtension: loaded "C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/qmldir"
                      QQmlImports(file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml)::addLibraryImport: "QtQuick" 2.0 as ""
                      QQmlImports(file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml)::importExtension: loaded "C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtQuick.2/qmldir"
                      QQmlImports(file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml)::addLibraryImport: "QtMultimedia" 5.0 as ""
                      QQmlImports(file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml)::importExtension: loaded "C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/qmldir"
                      QQmlImports(file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml)::resolveType: "Item" => "QQuickItem" TYPE
                      QQmlImports(file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml)::resolveType: "VideoOutput" => "QDeclarativeVideoOutput" TYPE
                      QQmlImports(file:///C:/Qt/Qt5.0.0-rc2/5.0.0-rc2/msvc2010/qml/QtMultimedia/Video.qml)::resolveType: "MediaPlayer" => "QDeclarativeAudio" TYPE
                      defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
                      C:\Qt\Qt5.0.0-rc2\5.0.0-rc2\msvc2010\bin\qmlscene.exe a quitté avec le code 0

                      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