You are not logged in.
Pages: 1
Videos on any browser is loading forever and audio is not working. Help pls (new at linux)
Offline
pipewire is installed btw
Offline
Welcome.
https://bbs.archlinux.org/viewtopic.php … 95#p440695
If videos are buffering indefinitely, it's usually because the browser can't initialize the audio backend, Pipewire alone isn't enough; you need the session manager and the PulseAudio compatibility layer.
check if the services are actually running?
If that doesn't fix it, post the output of "wpctl status" and let us know if you've installed https://archlinux.org/packages/extra/x8 … -pipewire/ and the necessary codecs (like https://archlinux.org/packages/extra/x86_64/gst-libav/ etc).
Edit
https://bbs.archlinux.org/help.php#bbcode please wrap the outputs in BBCodes...
Last edited by 5hridhyan (2026-02-24 14:23:23)
---
Offline
None of the standard browsers one usually runs use gstreamer, so those are likely not relevant. Much more likely a conflict between pipewire and pulseaudio
sudo fuser -v /dev/snd/*
systemctl --user status pipewire{,-pulse} wireplumber pulseaudioif any of these outputs contain pulseaudio and pipewire/wireplumber at the same time you have a conflict and will want to install pipewire-pulse
Offline
Pages: 1