You are not logged in.

#1 2022-06-02 21:01:04

shoelesshunter
Member
From: USA
Registered: 2014-05-18
Posts: 289

[solved] youtube videos stopped playing in all browsers

not sure if this is an Arch issue or not.

I use Brave browser. recently, Youtube stopped all playback. videos load, they buffer, but they don't start. I can click forward on the playback bar, and it skips to new images, but they don't play.

it's not network related; they play on other devices.

this happens in Firefox and Google Chrome too.

local media plays fine with mpv.

the only other changed I've made was to install and enable profile sync daemon for using tmpfs for browser profiles. the issue seemed to start at that time, but stopping and disabling the service, then a reboot does not solve it.

any suggestions?

Last edited by shoelesshunter (2022-06-04 04:17:18)

Offline

#2 2022-06-02 21:11:14

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [solved] youtube videos stopped playing in all browsers

When did you last update your system?
There was a misconfigured pipewire update last month that caused several issues which sound like your problem...
https://archlinux.org/news/undone-repla … replumber/


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2022-06-04 04:17:03

shoelesshunter
Member
From: USA
Registered: 2014-05-18
Posts: 289

Re: [solved] youtube videos stopped playing in all browsers

thank you. doing

pacman -Syu pipewire-media-session

as indicated in that link restored youtube for me.

Offline

#4 2022-07-03 06:59:49

thealen081
Member
Registered: 2020-11-25
Posts: 1

Re: [solved] youtube videos stopped playing in all browsers

I was using pipewire at the time this broke my audio. Possibly due to bad setup on my end I fixed it by doing:

pacman -Syu pipewire-alsa pipewire-jack pipewire-pulse

Pipewire-pulse did replace pulseaudio which is strange. I followed the documentation when switching from alsa, must be something I've missed.

Offline

#5 2024-07-01 07:05:44

alindchis
Member
Registered: 2024-07-01
Posts: 1

Re: [solved] youtube videos stopped playing in all browsers

pacman -Syu pipewire-media-session

This worked for me. Using EndeavourOS (Arch), YouTube broke on both Firefox and Brave, with my last system update.

Offline

#6 2024-07-01 08:13:31

seth
Member
Registered: 2012-09-03
Posts: 61,581

Re: [solved] youtube videos stopped playing in all browsers

Please don't necrobump to promote what has now become bad advice, even though you're not using arch.
https://wiki.archlinux.org/title/PipeWire#WirePlumber
You probably had a stale wireplumber config => remove that.

Offline

#7 2024-08-20 20:50:59

xii69
Member
Registered: 2024-08-20
Posts: 20

Re: [solved] youtube videos stopped playing in all browsers

seth wrote:

Please don't necrobump to promote what has now become bad advice, even though you're not using arch.
https://wiki.archlinux.org/title/PipeWire#WirePlumber
You probably had a stale wireplumber config => remove that.

what exactly should i delete?

Offline

#8 2024-08-20 20:57:33

seth
Member
Registered: 2012-09-03
Posts: 61,581

Re: [solved] youtube videos stopped playing in all browsers

~/.local/state/wireplumber, possibly ~/.config/wireplumber

Offline

#9 2024-08-20 21:03:18

xii69
Member
Registered: 2024-08-20
Posts: 20

Re: [solved] youtube videos stopped playing in all browsers

seth wrote:

~/.local/state/wireplumber, possibly ~/.config/wireplumber

removed ~/.local/state/wireplumber/ and rebooted, still i can't play any video on youtube, ~/.config/wireplumber doesn't exist

Last edited by xii69 (2024-08-20 21:06:24)

Offline

#10 2024-08-20 21:12:28

seth
Member
Registered: 2012-09-03
Posts: 61,581

Re: [solved] youtube videos stopped playing in all browsers

Open a new thread, post your complete system journal there.

sudo journalctl -b | curl -F 'file=@-' 0x0.st

And also be more elaborative on the situation, notably what browser and what "can't play any video" actually means and whether you can

mpv 'https://www.youtube.com/watch?v=v2AC41dglnM' # requires yt-dlp

Offline

#11 2024-08-20 21:23:20

xii69
Member
Registered: 2024-08-20
Posts: 20

Re: [solved] youtube videos stopped playing in all browsers

seth wrote:

Open a new thread, post your complete system journal there.

sudo journalctl -b | curl -F 'file=@-' 0x0.st

And also be more elaborative on the situation, notably what browser and what "can't play any video" actually means and whether you can

mpv 'https://www.youtube.com/watch?v=v2AC41dglnM' # requires yt-dlp

i did, also about that yt-dlp, i can't get access to youtube directly duo to internet limitations, i've to use my browser
https://bbs.archlinux.org/viewtopic.php?id=298703

Offline

#12 2024-08-20 21:25:45

seth
Member
Registered: 2012-09-03
Posts: 61,581

Re: [solved] youtube videos stopped playing in all browsers

i can't get access to youtube directly duo to internet limitations

Offline

#13 2025-02-06 09:15:35

GeckoMaster
Member
Registered: 2025-02-06
Posts: 3

Re: [solved] youtube videos stopped playing in all browsers

Solved for me;

sudo pacman -S pipewire --overwrite '*'
sudo pacman -S wireplumber --overwrite '*'

systemctl --user stop pipewire               
systemctl --user start pipewire


systemctl --user stop wireplumber
systemctl --user start wireplumber
   

reboot.

If persist try to stop disable enable and start the services.

Also you might want to remove ~/.local/state/wireplumber.

Cheers!!!

Last edited by GeckoMaster (2025-02-06 09:23:06)


"Great powers comes whit great responsibility"

Offline

#14 2025-02-06 10:19:08

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,397

Re: [solved] youtube videos stopped playing in all browsers

Don't use  --overwrite '*' UNLESS arch devs recommend it.

Also read https://wiki.archlinux.org/title/Genera … bumping%22

Closing this thread.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB