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. [SOLVED] Qml Audio doesn't work with Qt 5.5 in linux mint 17 x64

[SOLVED] Qml Audio doesn't work with Qt 5.5 in linux mint 17 x64

Scheduled Pinned Locked Moved QML and Qt Quick
multimedia
9 Posts 3 Posters 2.8k Views
  • 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.
  • E Offline
    E Offline
    elendilm
    wrote on 24 Jun 2015, 12:26 last edited by elendilm
    #1

    QT += multimedia
    import QtMultimedia 5.5
    Audio { source: "music.wav" }
    says defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer".
    I have Linux Mint 17 Kde x64 . Old threads didn't help.

    V 1 Reply Last reply 26 Jun 2015, 08:38
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 24 Jun 2015, 22:10 last edited by
      #2

      Hi,

      Are you running the Qt 5.5 RC ?

      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
      • E elendilm
        24 Jun 2015, 12:26

        QT += multimedia
        import QtMultimedia 5.5
        Audio { source: "music.wav" }
        says defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer".
        I have Linux Mint 17 Kde x64 . Old threads didn't help.

        V Offline
        V Offline
        vladstelmahovsky
        wrote on 26 Jun 2015, 08:38 last edited by
        #3

        @elendilm hi
        I have similar issue with Qt 5.5 rc
        The reason is that there is no GS plugins in mediaservice plugins folder
        no idea how to solve it since there is no way to unstall additional components in Qt 5.5 installer

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 26 Jun 2015, 21:49 last edited by
          #4

          Do you have gstreamer installed on your system ? If so, which version ?

          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
          • E Offline
            E Offline
            elendilm
            wrote on 1 Jul 2015, 08:52 last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • E Offline
              E Offline
              elendilm
              wrote on 1 Jul 2015, 08:54 last edited by
              #6

              Sorry for the late response.
              @SGaist Yes I am running the Qt 5.5 RC. Yes I have gstreamer installed. I tried with 0.10 and also 1.0.
              @vladstelmahovsky Thanks for the info. Do really hope there is some way.

              1 Reply Last reply
              0
              • V Offline
                V Offline
                vladstelmahovsky
                wrote on 1 Jul 2015, 11:39 last edited by vladstelmahovsky 7 Jan 2015, 11:39
                #7

                well, just installed Qt5.5 release and the issue did not changed
                "defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" " on app start
                Same code works w/o issues with Qt 5.4.2

                1 Reply Last reply
                0
                • V Offline
                  V Offline
                  vladstelmahovsky
                  wrote on 1 Jul 2015, 14:12 last edited by
                  #8

                  ok, it turns out that it is known issue:
                  https://bugreports.qt.io/browse/QTBUG-46276

                  1 Reply Last reply
                  0
                  • E Offline
                    E Offline
                    elendilm
                    wrote on 14 Jul 2015, 21:06 last edited by
                    #9

                    Ok, it appears to be solved in Qt 5.5 Final Release. Just tested with Qt x64 Linux version..
                    Thanks.

                    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