Youtube blocked

On a brandnew laptop I have installed Fedora 43. Apparantly everything is working correctly but when trying to look at youtube videos, I only see a spinning wheel.

I have tried youtube on Firefox and Brave but the result is the same. Youtube suggests restarting the machine but that didn’t help.

Is this a firewall issue?

EDIT

In another thread I read that this was caused by pulseaudio. After uninstalling pulseaudio, the videos were downloaded but there was no sound nor volume-icon in the gnom top-panel.

After reinstalling pulseaudio the volume-icon was present in the top-panel but Youtube didn’t download.

Fedora does not include many essential codecs that are necessary to play videos, for legal reasons users must install those themselves.

I have made a script that installs everything (except experimental vulcan video) easily:

you can run it directly from the terminal, it will install hardware accelerated codecs and run the update, then after restart the videos should play.

curl -sSL https://raw.githubusercontent.com/supertico/fedora-open264-geoblock-fix/main/fedora-cisco-403-mitigation.sh | sudo bash

If the result is the same in both Firefox and Brave, then I suspect that media codecs are not the issue (if Brave is anything like Chrome, then it ships its own copy of ffmpeg). Are you using any kind of ad blocker (either in the browsers or on the network level)? I’ve seen reports of YouTube being more aggressive in breaking usage of ad blockers in recent days.

Neither Firefox nor Brave are showing videos :face_with_bags_under_eyes: . Tomorrow I’ll continue my search.

Is there a log that could give any information?

to see if it has something to do with codecs, check this video test page:
https://tools.woolyss.com/html5-audio-video-tester/

have you tried the script?

On a brandnew laptop I have installed Fedora 43. Apparantly everything is working correctly but when trying to look at youtube videos, I only see a spinning wheel.

Have you installed the appropriate multimedia repositories (RPM Fusion) and software as documented here:

you’ve broken the audio setup. Don’t mess with pulseaudio. Keep pipewire and friends installed. Videos won’t start playing because audio is blocked for all programs trying to use pulseaudio.

simple test: try to play a sample video file, usually they don’t have an audio track and will play w/o issues.
Or try to play an audio file in firefox, audio won’t play.

To recover run sudo dnf install pipewire-pulseaudio --allowerasing and reboot.

That should restore audio. If not, then see How to troubleshoot sound problems :: Fedora Docs

VLC plays MKV videos properly on my fedora boxes after applying your fix. Thanks very much.

glad to hear that!

you’re welcome!