Showing questions for topic:

Hello, I’m using Mozilla Firefox on Windows 10. The issue happens mainly on YouTube: – Videos stutter every few seconds – Audio sometimes goes out of sync – This happens on 1080p and 720p – My internet speed is stable (~XX Mbps)

Hello, I’m using Mozilla Firefox on Windows 10. The issue happens mainly on YouTube: – Videos stutter every few seconds – Audio sometimes goes out of sync – This happens … (read more)

Hello, I’m using Mozilla Firefox on Windows 10.

The issue happens mainly on YouTube: – Videos stutter every few seconds – Audio sometimes goes out of sync – This happens on 1080p and 720p – My internet speed is stable (~XX Mbps)

Solved 1 1 680

quality switches to 360 when tab inactive firefox

Quality switches to 360 when tab inactive firefox. I watch Twitch in 1080p. When I switch to another tab and then return, the quality drops to 360p and then automaticall… (read more)

Quality switches to 360 when tab inactive firefox. I watch Twitch in 1080p. When I switch to another tab and then return, the quality drops to 360p and then automatically goes back to 1080p.

Solved 6 29

Trouble with streaming services(like youtube(only streams ), twitch, music streaming) on nightly

Trouble with streaming services(like youtube(only streams ), twitch, music streaming) on nightly Firefox Nightly 145.0a1 (2025-10-11) (x64) Cachy OS Binary from firefox.c… (read more)

Trouble with streaming services(like youtube(only streams ), twitch, music streaming) on nightly Firefox Nightly 145.0a1 (2025-10-11) (x64) Cachy OS Binary from firefox.com

Solved Archived 5 370

compliaNT

[redacted] problem you [redacted] im having issues with the video and ads as all of my apps are disabeld nothing works and firefox it self causing probs and no one is hel… (read more)

[redacted] problem you [redacted] im having issues with the video and ads as all of my apps are disabeld nothing works and firefox it self causing probs and no one is helping out.

Locked Archived 1 291

I cannot play videos on CNN.com ONLY

I can select the video on the thumbnail and then the thumbnail says playing but nothing is happening. No video and no audio. Videos on all other sites work normally … (read more)

I can select the video on the thumbnail and then the thumbnail says playing but nothing is happening. No video and no audio. Videos on all other sites work normally

Locked Archived 3 60

Cannot access any major streaming platform (Prime Video, Netflix, Disney+)

I've freshly reinstalled Windows 11 and after trying to access and watch a movie on any of these sites I get an error (see the pictures). Browser version: 137.0.1 (64 bit… (read more)

I've freshly reinstalled Windows 11 and after trying to access and watch a movie on any of these sites I get an error (see the pictures).

Browser version: 137.0.1 (64 bit) Widevine version: 4.10.2891.0

Already tried to disable/enable DRM. Already reinstalled firefox. Already manually installed widevine. No clue what could be causing this issue.

Solved Archived 17 1412

My firefox browser has no sound. Google Chrome has sound. Problem appeared after scam attempt.

No audio on Firefox. Google Chrome has sound. Settings at normal audio volumes. Tried computer shut off and re-boot. Tried reload of Firebox.but that didn't help. Had sca… (read more)

No audio on Firefox. Google Chrome has sound. Settings at normal audio volumes. Tried computer shut off and re-boot. Tried reload of Firebox.but that didn't help. Had scam attempt just before no audio issue...not sure if that problem.

Solved 3 185

Firefox Windows 音频设备图形隔离(audiodg.exe) 内存泄露

频繁使用视频快进/后退,会导致Windows 音频设备图形隔离(audiodg.exe)内存泄露, 复现: 浏览任意视频,使用方向键左右频繁切换快进/后退, 可以看到内存逐步增加,退出浏览无法得到完全释放, 若长时间使用最终会导致内存泄露,如播放列表频繁使用快进/后退 // 已尝试更新相关驱动,关闭部分音频相关功能,无法得到解决,目前推测… (read more)

频繁使用视频快进/后退,会导致Windows 音频设备图形隔离(audiodg.exe)内存泄露,

复现: 浏览任意视频,使用方向键左右频繁切换快进/后退, 可以看到内存逐步增加,退出浏览无法得到完全释放, 若长时间使用最终会导致内存泄露,如播放列表频繁使用快进/后退 // 已尝试更新相关驱动,关闭部分音频相关功能,无法得到解决,目前推测是firefox问题, 使用microsoft edge尝试复现,无此问题

Solved Archived 3 465

Firefox reports HEVC unsupported while Chrome can decode the same HEVC streams on the same system

(AI written summary of troubleshooting steps taken before making this support thread) Firefox version: - 152.0.1 Release - 153.0 Nightly OS: - Windows 11 build 26200 GPU:… (read more)

(AI written summary of troubleshooting steps taken before making this support thread)

Firefox version: - 152.0.1 Release - 153.0 Nightly

OS: - Windows 11 build 26200

GPU: - NVIDIA GeForce RTX 4070 SUPER

Codec package: - Microsoft HEVC Video Extensions installed from Microsoft Store

Problem

Firefox does not expose HEVC playback support, causing Twitch to disable 1440p streams encoded with HEVC.

The same machine can play the same HEVC Twitch streams in Chrome immediately after installing HEVC Video Extensions.

Expected result

Firefox should report HEVC playback support and allow playback of HEVC streams, as Chrome does on the same system.

Actual result

Firefox reports HEVC as unsupported.

about:support:

codecSupportInfo: H264 SWDEC HWDEC VP9 SWDEC HWDEC VP8 SWDEC HWDEC AV1 SWDEC HWDEC HEVC NONE

Troubleshooting already performed

- Installed Microsoft HEVC Video Extensions - Rebooted Windows - Updated NVIDIA drivers - Verified hardware acceleration is enabled - Tested with a brand new Firefox profile - Tested with Firefox Nightly - Confirmed Chrome can play the same HEVC streams

Additional observations

Chrome: - Twitch 1440p becomes available immediately after installing HEVC Video Extensions - Twitch Stats for Nerds reports:

 hev1.1.6.L150.90.0.0.0.0.0

Firefox: - Twitch reports that the browser does not support the required resolution - 1440p remains greyed out - about:support continues to report HEVC NONE

Reproducible tests

Firefox console:

MediaSource.isTypeSupported('video/mp4; codecs="hev1.1.6.L150.90"')

Result: false

MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L150.90"')

Result: false

navigator.mediaCapabilities.decodingInfo({

 type: "media-source",
 video: {
   contentType: 'video/mp4; codecs="hev1.1.6.L150.90"',
   width: 2560,
   height: 1440,
   bitrate: 8000000,
   framerate: 60
 }

})

Result: {

 supported: false,
 smooth: false,
 powerEfficient: false

}

For comparison:

MediaSource.isTypeSupported('video/mp4; codecs="av01.0.08M.08"')

Result: true

navigator.mediaCapabilities.decodingInfo({

 type: "file",
 video: {
   contentType: 'video/mp4; codecs="av01.0.08M.08"',
   width: 2560,
   height: 1440,
   bitrate: 8000000,
   framerate: 60
 }

})

Result: {

 supported: true,
 smooth: true,
 powerEfficient: true

}

Additional note

Setting:

dom.media.webcodecs.h265.enabled = true

causes HTML5 codec test (https://html5test.co/) to report H.265 support, but does not change:

- about:support - MediaSource.isTypeSupported() - MediaCapabilities.decodingInfo() - Twitch HEVC playback availability

Question

Is this a known issue with HEVC Media Source Extensions support on Windows 11 build 26200, or is there another requirement for Firefox to expose HEVC playback capability through MediaSource and MediaCapabilities when the Windows HEVC codec is installed and functioning in Chromium-based browsers?

Solved 9 39

Widevine stopped working yesterday 4/30 can't watch crunchyroll or hianime.

Since yesterday Firefox stopped working with Crunchyroll and Hidive and says, "Firefox is installing components needed to play the audio and video on this page. Please t… (read more)

Since yesterday Firefox stopped working with Crunchyroll and Hidive and says, "Firefox is installing components needed to play the audio and video on this page. Please try again later."

150.0.1 (64-bit) Bazzite Linux 6.19.14-ogc1.1.fc44.x86_64 bazzite-gnome-nvidia-open:stable v44.20260501.1 Widevine plugin is version 4.10.2934.0.

Additionally, I've disabled extensions as well, cleared the cache. I've disabled play DRM content and restarted the browser before turning it back on. I've changed from my own dns server which I see nothing being blocked to google public dns and saw no difference. Everything was working fine on Wednesday night and stopped on Thursday.

Solved 5 99

YouTube videos in Firefox are choppy, even after clearing the cache and disabling hardware acceleration.

"I’ve been having trouble with choppy YouTube videos in Firefox. It happens on both Wi-Fi and Ethernet connections. My system is running Windows 10, and I’ve already trie… (read more)

"I’ve been having trouble with choppy YouTube videos in Firefox. It happens on both Wi-Fi and Ethernet connections. My system is running Windows 10, and I’ve already tried disabling hardware acceleration and clearing my browser cache. The issue persists even when I’m in Safe Mode. I’m using the latest version of Firefox (XX.XX). Any suggestions on how to fix this?"

Solved 12 215

Unable to play amazon product videos.

Make amazon product video work on firefox. I am using fedora 43 kde plasma recently updated. I have a Nvidia video card RTX 5060 ti and using propriety Nvidia drivers Vi… (read more)

Make amazon product video work on firefox. I am using fedora 43 kde plasma recently updated. I have a Nvidia video card RTX 5060 ti and using propriety Nvidia drivers Video starts and then stops or after turning off hardware accelaration ran intermitantly then stops. Sometimes telling me the video file is corrupted

Solved 3 156

Firefox sturggles to establish firm connection with bluetooth earbuds

Hello, I am currently using windows 11 with firefox 149.0. Regardless of what website I use (youtube. steam etc), the browser struggles to establish consistent connection… (read more)

Hello, I am currently using windows 11 with firefox 149.0. Regardless of what website I use (youtube. steam etc), the browser struggles to establish consistent connection to my bluetooth earbuds. It connects for one moment, but then soon the volume goes out and eventually it disconnects. Though it would reconnect soon, the cycle just keeps ongoing. I have experimented with other apps and browsers, as well as multiple bluetooth earbuds of other brands to be sure that it is a firefox issue. I have checked the volume mixer menu to ensure that there is nothing wrong. I have also made sure that my drivers are all up to date with no issue. But the issue still persists.

Solved 4 59