Why is there no sound in the qwebview?
-
@Mucahit Playing video with some other application (like VCL) does work properly on your RPi?
-
wrote on 17 Mar 2020, 09:05 last edited by Mucahit
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@Mucahit Could be that you're missing some GStreamer plug-ins. Do you see any warnings/errors in terminal when running your app?
-
wrote on 17 Mar 2020, 12:03 last edited by
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 ?
-
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 ?
wrote on 17 Mar 2020, 15:57 last edited by@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.
-
wrote on 19 Mar 2020, 00:29 last edited by
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.
-
wrote on 20 Mar 2020, 12:51 last edited by
Sorry for the late return. I will write here if it works or not, when I try.
-
wrote on 10 Apr 2020, 06:58 last edited by Mucahit 4 Oct 2020, 06:58
Thanks for your help it really worked !!!! Solved.
-
wrote on 10 Apr 2020, 07:41 last edited by
So what did actually help? Have you installed gst-omx or?
-
wrote on 10 Apr 2020, 12:26 last edited by
Frankly I don't know this because I made a lot of changes to my card and it started working when I last restarted.
-
wrote on 30 May 2020, 18:47 last edited by lopoloki
@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).
-
wrote on 20 Jun 2020, 10:54 last edited by sumitttdhnda
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.
-
wrote on 10 Jul 2020, 05:11 last edited by Aman12011 7 Dec 2020, 09:39
@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.
-
wrote on 17 Jul 2020, 11:11 last edited by Amanjay1213
@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.