Why is there no sound in the qwebview?
-
Hi,
What version of Qt ?
What OS ?
How did you install it ?
On what device ? -
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. -
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. -
@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. -
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 -
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 -
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 ?
@Mucahit Does sound work if you play file with
gst-play-1.0
? If not, try installing gst-omx plugins. -
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 ?
@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.
-
AFAIK right command is
apt-cache search
, notapt-get search
-
AFAIK right command is
apt-cache search
, notapt-get search
@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.
-
So what did actually help? Have you installed gst-omx or?
-
@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).