Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Why is there no sound in the qwebview?
Forum Updated to NodeBB v4.3 + New Features

Why is there no sound in the qwebview?

Scheduled Pinned Locked Moved Solved Qt WebKit
23 Posts 9 Posters 4.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.
  • M Offline
    M Offline
    Mucahit
    wrote on 17 Mar 2020, 05:54 last edited by
    #3

    Hi,

    My version is Qt Creator 4.8.2 based on Qt 5.11.3(GCC 8.3.0,32 Bit)
    My operating system is Raspbian
    My device is Raspberry Pi Compute Module CM3
    I got my voice with low pass and high pass circuits that I installed in the pwm outputs of the card. I get sound when I play it with Omxplayer.

    J 1 Reply Last reply 17 Mar 2020, 06:14
    0
    • M Mucahit
      17 Mar 2020, 05:54

      Hi,

      My version is Qt Creator 4.8.2 based on Qt 5.11.3(GCC 8.3.0,32 Bit)
      My operating system is Raspbian
      My device is Raspberry Pi Compute Module CM3
      I got my voice with low pass and high pass circuits that I installed in the pwm outputs of the card. I get sound when I play it with Omxplayer.

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 17 Mar 2020, 06:14 last edited by
      #4

      @Mucahit You forgot to mention Qt version you're using (you will not find it in "About Qt Creator..." dialog).

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

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Mucahit
        wrote on 17 Mar 2020, 06:22 last edited by
        #5

        Hi,

        How can I learn Qt version ? I thought I would find About Qt Creator.

        J 1 Reply Last reply 17 Mar 2020, 08:19
        0
        • M Mucahit
          17 Mar 2020, 06:22

          Hi,

          How can I learn Qt version ? I thought I would find About Qt Creator.

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 17 Mar 2020, 08:19 last edited by
          #6

          @Mucahit said in Why is there no sound in the qwebview?:

          About Qt Creator

          This only shows Qt version which was used to build QtCreator.
          What Qt version did you install?
          If you do not know then go to "Tools/Options.../Kits" and check the Kit you're using.

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

          1 Reply Last reply
          0
          • M Offline
            M Offline
            Mucahit
            wrote on 17 Mar 2020, 08:53 last edited by
            #7

            Thank you,

            I checked, writes like : Qt 5.11.3 in PATH (qt5) /usr/lib/qt5/bin/qmake

            J 1 Reply Last reply 17 Mar 2020, 08:57
            0
            • M Mucahit
              17 Mar 2020, 08:53

              Thank you,

              I checked, writes like : Qt 5.11.3 in PATH (qt5) /usr/lib/qt5/bin/qmake

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 17 Mar 2020, 08:57 last edited by
              #8

              @Mucahit Playing video with some other application (like VCL) does work properly on your RPi?

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

              1 Reply Last reply
              0
              • M Offline
                M Offline
                Mucahit
                wrote on 17 Mar 2020, 09:05 last edited by Mucahit
                #9

                Yes,

                For example when i execute this code in terminal 'omxplayer sound.mp4' , i am getting sound.But when i play the url of the same song on qwebview i can't get sound.
                url :https://www.youtube.com/watch?v=yipFQVjan4A

                J 1 Reply Last reply 17 Mar 2020, 10:19
                0
                • M Mucahit
                  17 Mar 2020, 09:05

                  Yes,

                  For example when i execute this code in terminal 'omxplayer sound.mp4' , i am getting sound.But when i play the url of the same song on qwebview i can't get sound.
                  url :https://www.youtube.com/watch?v=yipFQVjan4A

                  J Offline
                  J Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on 17 Mar 2020, 10:19 last edited by
                  #10

                  @Mucahit Could be that you're missing some GStreamer plug-ins. Do you see any warnings/errors in terminal when running your app?

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

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    Mucahit
                    wrote on 17 Mar 2020, 12:03 last edited by
                    #11

                    I am getting only libEGl warning. But for the first time I heard about the gstreamer plugin you mentioned. How can i install it on my Compute Module ?

                    K J 2 Replies Last reply 17 Mar 2020, 15:57
                    0
                    • M Mucahit
                      17 Mar 2020, 12:03

                      I am getting only libEGl warning. But for the first time I heard about the gstreamer plugin you mentioned. How can i install it on my Compute Module ?

                      K Offline
                      K Offline
                      Konstantin Tokarev
                      wrote on 17 Mar 2020, 15:57 last edited by
                      #12

                      @Mucahit Does sound work if you play file with gst-play-1.0? If not, try installing gst-omx plugins.

                      1 Reply Last reply
                      1
                      • M Mucahit
                        17 Mar 2020, 12:03

                        I am getting only libEGl warning. But for the first time I heard about the gstreamer plugin you mentioned. How can i install it on my Compute Module ?

                        J Offline
                        J Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on 18 Mar 2020, 06:00 last edited by
                        #13

                        @Mucahit said in Why is there no sound in the qwebview?:

                        How can i install it on my Compute Module ?

                        Since it's Debian use "apt-get install". You can use "apt-get search gstreamer" to search for GStreamer packages.

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

                        1 Reply Last reply
                        0
                        • K Offline
                          K Offline
                          Konstantin Tokarev
                          wrote on 19 Mar 2020, 00:29 last edited by
                          #14

                          AFAIK right command is apt-cache search, not apt-get search

                          J 1 Reply Last reply 19 Mar 2020, 11:33
                          0
                          • K Konstantin Tokarev
                            19 Mar 2020, 00:29

                            AFAIK right command is apt-cache search, not apt-get search

                            J Offline
                            J Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on 19 Mar 2020, 11:33 last edited by
                            #15

                            @Konstantin-Tokarev According to the apt manpage on my Ubuntu 18.04 "apt search" can be used to search for available packages. "apt-cache search" is also valid.

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

                            1 Reply Last reply
                            0
                            • M Offline
                              M Offline
                              Mucahit
                              wrote on 20 Mar 2020, 12:51 last edited by
                              #16

                              Sorry for the late return. I will write here if it works or not, when I try.

                              1 Reply Last reply
                              0
                              • M Offline
                                M Offline
                                Mucahit
                                wrote on 10 Apr 2020, 06:58 last edited by Mucahit 4 Oct 2020, 06:58
                                #17

                                Thanks for your help it really worked !!!! Solved.

                                1 Reply Last reply
                                0
                                • K Offline
                                  K Offline
                                  Konstantin Tokarev
                                  wrote on 10 Apr 2020, 07:41 last edited by
                                  #18

                                  So what did actually help? Have you installed gst-omx or?

                                  1 Reply Last reply
                                  0
                                  • M Offline
                                    M Offline
                                    Mucahit
                                    wrote on 10 Apr 2020, 12:26 last edited by
                                    #19

                                    Frankly I don't know this because I made a lot of changes to my card and it started working when I last restarted.

                                    1 Reply Last reply
                                    0
                                    • L Offline
                                      L Offline
                                      lopoloki
                                      wrote on 30 May 2020, 18:47 last edited by lopoloki
                                      #20

                                      @jsulm said in Why is there no sound in the qwebview?:

                                      @Mucahit You forgot to mentio https://kodi.software/ https://nox.tips/n Qt version you're using (you will not find it in "About Qt Creator..." dialog).

                                      @Mucahit You forgot to mention Qt version you're using (you will not find it in "About Qt Creator..." dialog).

                                      1 Reply Last reply
                                      0
                                      • S Offline
                                        S Offline
                                        sumitttdhnda
                                        wrote on 20 Jun 2020, 10:54 last edited by sumitttdhnda
                                        #21

                                        Yes,

                                        For example when i execute this code in terminal 'omxplayer sound.mp4' , i am getting sound.But when i play the url of the same song on qwebview i can't get sound.

                                        https://techymax.com/special-forces-group-2-mod-apk/

                                        1 Reply Last reply
                                        0
                                        • A Offline
                                          A Offline
                                          Aman12011
                                          wrote on 10 Jul 2020, 05:11 last edited by Aman12011 7 Dec 2020, 09:39
                                          #22

                                          @Mucahit said in Why is there no sound in the qwebview?:

                                          Frankly I don't know this because I made a lot of changes to my card and it started working when I last restarted.

                                          Frankly I don't know this because I made a lot of changes to my card and it started working when I last restarted.

                                          sad shayari

                                          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