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. NO service found for "org.qt-project.qt.mediaplayer

NO service found for "org.qt-project.qt.mediaplayer

Scheduled Pinned Locked Moved Unsolved General and Desktop
12 Posts 4 Posters 1.7k 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.
  • K Offline
    K Offline
    karthi
    wrote on last edited by
    #1

    i created the deb package of my application and installed that deb in another system and am getting a error like "defaultserviceprovider::requestservice():no service found for - "org.qt-project.qt.mediaplayer"

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      On the system where you deploy our app.
      They might need to do
      sudo apt-get install qtgstreamer-plugins-qt5
      unless they are included in the deb file.

      K 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi
        On the system where you deploy our app.
        They might need to do
        sudo apt-get install qtgstreamer-plugins-qt5
        unless they are included in the deb file.

        K Offline
        K Offline
        karthi
        wrote on last edited by
        #3

        @mrjj i already included the library files in the deb.

        mrjjM 1 Reply Last reply
        0
        • K karthi

          @mrjj i already included the library files in the deb.

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

          @karthi
          ok.
          does this error come once installed and ".exe" file is executed ?
          You can try to do LDD on the installed "exe" and see what its missing.

          K 1 Reply Last reply
          0
          • mrjjM mrjj

            @karthi
            ok.
            does this error come once installed and ".exe" file is executed ?
            You can try to do LDD on the installed "exe" and see what its missing.

            K Offline
            K Offline
            karthi
            wrote on last edited by karthi
            #5

            @mrjj s this error comes after i installed and executed the exe and i tried ldd on the installed exe , there is no missing librarys.

            jsulmJ 1 Reply Last reply
            0
            • K karthi

              @mrjj s this error comes after i installed and executed the exe and i tried ldd on the installed exe , there is no missing librarys.

              jsulmJ Online
              jsulmJ Online
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @karthi What does

              ldd plugins/mediaservice/libgstmediaplayer.so
              

              say?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                Hi,

                Did you list gstreamer and its plugins as dependencies of your Debian package ?

                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
                1
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  Just in case, here's the link to the control file documentation. It shows how to add dependencies to your package.

                  Out of curiosity, since you are doing a Debian package, why not use the Debian provided Qt version as dependencies of your application ?

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  K 1 Reply Last reply
                  1
                  • SGaistS SGaist

                    Just in case, here's the link to the control file documentation. It shows how to add dependencies to your package.

                    Out of curiosity, since you are doing a Debian package, why not use the Debian provided Qt version as dependencies of your application ?

                    K Offline
                    K Offline
                    karthi
                    wrote on last edited by
                    #9

                    @SGaist Debian provided qtversion doesnt support the multimedia , so i choose the Qt5.5.1

                    jsulmJ 1 Reply Last reply
                    0
                    • K karthi

                      @SGaist Debian provided qtversion doesnt support the multimedia , so i choose the Qt5.5.1

                      jsulmJ Online
                      jsulmJ Online
                      jsulm
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      @karthi said in NO service found for "org.qt-project.qt.mediaplayer:

                      doesnt support the multimedia

                      Are you sure? You probably need to install the GStreamer packages as well.

                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                      K 1 Reply Last reply
                      0
                      • jsulmJ jsulm

                        @karthi said in NO service found for "org.qt-project.qt.mediaplayer:

                        doesnt support the multimedia

                        Are you sure? You probably need to install the GStreamer packages as well.

                        K Offline
                        K Offline
                        karthi
                        wrote on last edited by
                        #11

                        @jsulm s i installed the gstreamer package , hence i used ubuntu 14.04 lts , it doesnt supports few files for the Qt4, so i moved to the Qt5.5.1

                        1 Reply Last reply
                        0
                        • SGaistS Offline
                          SGaistS Offline
                          SGaist
                          Lifetime Qt Champion
                          wrote on last edited by
                          #12

                          What version of Debian are you running ?
                          What version of Qt does it provide ?
                          QtMultimedia is an official part of Qt 5.

                          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
                          1

                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved