I was watching a live stream the other day and I had 2 tabs open one was a boxing match and the other one was a kickboxing match.
every single time I clicked play on both windows the wifi would shut down and start asking me for a password, this only happened when I clicked play on both taps and not when I paused one of the two streams.
Did you watched in a Browser or in a special Program? If yes which?
Is it a Flatpak or .deb Version? Flatpak's can have some Issues because they only run with limited Permissions.
Okay, then You should try it with the .deb Version of Brave. On the Brave Website are Instructions for that:
The Brave browser is a fast, private and secure web browser for PC, Mac and mobile. Download now to enjoy a faster ad-free browsing experience that saves data and battery life by blocking tracking software.
An Advice for this:
There is a Line:
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
Make there a little Change with adding arch=amd64
to avoid some Warning Messages in the Terminal. You should change it to this:
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
As an Alternative, you could try if it works with Firefox.
1 Like