Could not find cause for sound lag on YouTube
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
- DarkSceptor
- Level 2
- Posts: 87
- Joined: Sat Nov 25, 2023 6:32 pm
Could not find cause for sound lag on YouTube
As far as I can tell, when I play games the sound is spot on. When I bring up Firefox and play YouTube videos there is about a 2 second period where the sound isn't there. And when I change videos the sound continues with the old video for a second before moving to the new video. I also use Firefox on Windows and there is no lag at all. Which eliminates Firefox as the cause and puts it on Mint's shoulders.
Last edited by LockBot on Sat Apr 19, 2025 10:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Systems:
Minisforum 790S7
--------------------------------------------
AMD 9 7940HX * NVidia 4060 XT * 32G * 3T Nvme2 * Linux Mint
Left Windows July 26, 2024
Minisforum 790S7
--------------------------------------------
AMD 9 7940HX * NVidia 4060 XT * 32G * 3T Nvme2 * Linux Mint
Left Windows July 26, 2024
- ThinkerPig
- Level 5
- Posts: 508
- Joined: Sun Apr 14, 2024 3:23 am
Re: Could not find cause for sound lag on YouTube
Have you tried another browser?
Disable hardware acceleration in your browser.
Load Firefox without add-ons, extensions
Or don't use Bluetooth audio.
Disable hardware acceleration in your browser.
Load Firefox without add-ons, extensions
Or don't use Bluetooth audio.
<Linux Mint Cinnamon 21.3 ThinkPad P1 Gen 3 UHD OLED>
🎶JHUFUS🎶Monkey3🎶My Sleeping Karma🎶Pacifica🎶
🎶JHUFUS🎶Monkey3🎶My Sleeping Karma🎶Pacifica🎶
Re: Could not find cause for sound lag on YouTube
Hello,
are you using speakers plugged to a HDMI or DP monitor? If so, try to connect directly to the computer.
are you using speakers plugged to a HDMI or DP monitor? If so, try to connect directly to the computer.
Laptop: MSI GT62VR 6RE (2016) // Linux Mint 21.2 "Victoria" // Kernel 5.15.0
Tablet: ASUS TP401NA (2018) // Linux Mint 21.2 "Victoria" // Kernel 5.15.0
Tablet: ASUS TP401NA (2018) // Linux Mint 21.2 "Victoria" // Kernel 5.15.0
Try this
Try:
You can make it a function:
To memorize it, add it to
Hope I could help.
Code: Select all
systemctl --user restart pulseaudio
Code: Select all
audioreset() { systemctl --user restart pulseaudio; }
~/.bashrc
.Hope I could help.