Browsers not playing OGG or WEBM audios 11 August 2023, 14:57:42 For a while now, my browsers don't seem to play specific audio types, audio types like MP3 seem to work without a hitch, but the moment I try and watch a WEBM, there's no audio at all, even if I unmute everything and raise the volume slider all the way upTake for example my website: https://rootpain.com/guestbook.htmlThere's a song playing on the Guestbook, and while I can't hear it on my PC, I can hear it without any issues on my cellphoneI'm currently using XFCE Artix Linux, using Pipewire.
Re: Browsers not playing OGG or WEBM audios Reply #1 – 11 August 2023, 16:22:17 Works for me even in my blocking extension heavy Firedragon once I allowed the page to play audio.Worked straight away in vanilla Chrome and ungoogled_chromium.Try starting the browsers from a terminal and see if there are any errors on the command line both before and after loading the page.
Re: Browsers not playing OGG or WEBM audios Reply #2 – 16 August 2023, 01:02:07 Quote from: gripped – on 11 August 2023, 16:22:17Works for me even in my blocking extension heavy Firedragon once I allowed the page to play audio.Worked straight away in vanilla Chrome and ungoogled_chromium.Try starting the browsers from a terminal and see if there are any errors on the command line both before and after loading the page.I've started both browsers from the terminal and no errors at all, and I did the same with wireplumber, pipewire and pipewire-pulse and no errors eitherI also did a clean install and nothingIs there any other way to monitor the audio being used on the overall computer?
Re: Browsers not playing OGG or WEBM audios Reply #3 – 16 August 2023, 02:15:38 Quote from: JuneSSai – on 16 August 2023, 01:02:07Is there any other way to monitor the audio being used on the overall computer?Code: [Select]# get a list of processes connected to audio devicessudo lsof -Q -O /dev/snd/*