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. Ubuntu: Qt Multimedia 5 upgrade to ubuntu 13.04 from ubuntu 13.10. No sound.
Forum Updated to NodeBB v4.3 + New Features

Ubuntu: Qt Multimedia 5 upgrade to ubuntu 13.04 from ubuntu 13.10. No sound.

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 3 Posters 7.6k 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.
  • W Offline
    W Offline
    willypuzzle
    wrote on last edited by A Former User
    #1

    I have an application that use Qt Multimedia on ubuntu when I upgraded it to ubuntu 13.10 that application gave this error end no sound output was provided:

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

    I have solved that issue so:

    @sudo apt-get install libqt5multimedia5-plugins@

    Best Regards

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mairusu
      wrote on last edited by
      #2

      Ran into a similar issue today when compiling Composer, from the Performous project. Thanks a lot for posting the solution.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Fabien.Bourgeais
        wrote on last edited by
        #3

        Hello,
        Just for any developer finding this topic on the internet, I will update some info about this multimedia plugin.

        I am working with Qt5.5.1 on Ubuntu16.04. We must read .avi videos in our project so we developed with QMediaPlayer.

        After succeeding on our development computer, we tried to create a "deployment". Witch was great on Linux was that all Qt5 libs were installed by default. We verified that gstreamer0.10* was also installed.
        Our software was running without issue but we broke into this error :
        defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" , and the video does not play.

        The hint from @willypuzzle, installing multimedia plugins, saved my day. All is running perfectly now.
        Hope this can help other people too.

        Cheers, Fabien.

        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