You are not logged in.
Hi,
Recently I can't stream anything from any source in any browser. The videos seam to buffer, I can jump to any frame (the frame itself appears correctly), but it doesn't play, just stands on that frame.
It's the same in Firefox and Chrome, the same in Plex or YouTube.
I don't see anything suspicious in dmesg or journalctl, and I'm out of ideas.
Lenovo T480, KDE, Wayland. Everything is up to date.
Last edited by Lenry (2025-03-16 13:23:49)
Offline
If you installed both pulseaudio and pipewire, maybe you can install pipewire-pulse package to replace pulseaudio. I met the same problem this week and guess it's some bugs of pipewire.
Offline
wow, installing pipewire-pulse solved it!
thank you
Offline
Hi, I have the same issues, but arch won´t let me remove pulseaudio
```
$ pacman -S pipewire-pulse
resolving dependencies...
looking for conflicting packages...
:: pipewire-pulse-1:1.4.1-1 and pulseaudio-17.0+r43+g3e2bb8a1e-1 are in conflict. Remove pulseaudio? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing pulseaudio breaks dependency 'pulseaudio=17.0+r43+g3e2bb8a1e-1' required by pulseaudio-bluetooth
$ sudo pacman -R pipewire
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing pipewire breaks dependency 'pipewire' required by gnome-remote-desktop
:: removing pipewire breaks dependency 'pipewire=1:1.4.1-1' required by gst-plugin-pipewire
:: removing pipewire breaks dependency 'pipewire' required by mutter
:: removing pipewire breaks dependency 'pipewire=1:1.4.1-1' required by pipewire-audio
:: removing pipewire breaks dependency 'pipewire' required by telegram-desktop
:: removing pipewire breaks dependency 'pipewire' required by wireplumber
:: removing pipewire breaks dependency 'pipewire' required by xdg-desktop-portal
$ pacman -R pulseaudio
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing pulseaudio breaks dependency 'pulse-native-provider' required by gnome-settings-daemon
:: removing pulseaudio breaks dependency 'pulseaudio=17.0+r43+g3e2bb8a1e-1' required by pulseaudio-bluetooth
:: removing pulseaudio breaks dependency 'pulse-native-provider' required by rustdesk
```
So I am not sure how to proceed here
Last edited by chim20air (2025-03-26 16:56:32)
Offline
remove pulseaudio-bluetooth, then intall pipewire-pulse (removing pulseaudio)
Offline