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. QML Audio for Ubuntu 16.04 LTS
Forum Updated to NodeBB v4.3 + New Features

QML Audio for Ubuntu 16.04 LTS

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
ubuntu
7 Posts 3 Posters 2.5k 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.
  • T Offline
    T Offline
    THEFree
    wrote on last edited by A Former User
    #1

    import QtMultimedia 5.5

    Audio{
    id: playMusic
    source: "all/video/login.wma"
    }

    QML debugging is enabled. Only use this in a safe environment.
    defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi! This problem is quite common, please use the forum search to find similar threads.

      T 1 Reply Last reply
      0
      • ? A Former User

        Hi! This problem is quite common, please use the forum search to find similar threads.

        T Offline
        T Offline
        THEFree
        wrote on last edited by
        #3

        @Wieland (T﹏T)Can you tell me !!! ThankYou

        mrjjM 1 Reply Last reply
        0
        • T THEFree

          @Wieland (T﹏T)Can you tell me !!! ThankYou

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @THEFree
          did you try to search ?
          https://forum.qt.io/topic/28620/solved-qtmultimedia-defaultserviceprovider-requestservice-no-service-found-for-org-qt-project-qt-mediaplayer

          T 1 Reply Last reply
          0
          • mrjjM mrjj

            @THEFree
            did you try to search ?
            https://forum.qt.io/topic/28620/solved-qtmultimedia-defaultserviceprovider-requestservice-no-service-found-for-org-qt-project-qt-mediaplayer

            T Offline
            T Offline
            THEFree
            wrote on last edited by
            #5

            @mrjj But I'm Ubuntu !!!

            mrjjM 1 Reply Last reply
            0
            • ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              Again, please use the forum search or google. There are dozens of threads for this matter. https://forum.qt.io/topic/33298

              1 Reply Last reply
              0
              • T THEFree

                @mrjj But I'm Ubuntu !!!

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by mrjj
                #7

                @THEFree
                Yep and they also talk about linux there
                sudo zypper install libgstreamer-0_10-0
                which is same for ubuntu just using apt-get install

                And if you have the correct version installed then maybe
                sudo apt-get install libqt5multimedia5-plugins
                will do it for you.

                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