搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do I enable H.264 and Webm VP8 in Firefox 42.0?

  • 6 个回答
  • 1 人有此问题
  • 508 次查看
  • 最后回复者为 okayfrog

more options

I was fumblin' around in the about:config trying to get H.264 and MSE & H.264 enabled and I did get MSE & H.264 enabled, but not H.264. I also inadvertently disabled Webm VP8. Now I am unable to see YouTube videos in HTML, webm's, or stuff like this : http://gfycat.com/FineJubilantBoubou

I just get a green screen and if the video has audio, a buzzing noise.

It's very frustrating, and I would appreciate some assistance in getting these working again. Thank you.

I was fumblin' around in the about:config trying to get H.264 and MSE & H.264 enabled and I did get MSE & H.264 enabled, but not H.264. I also inadvertently disabled Webm VP8. Now I am unable to see YouTube videos in HTML, webm's, or stuff like this : http://gfycat.com/FineJubilantBoubou I just get a green screen and if the video has audio, a buzzing noise. It's very frustrating, and I would appreciate some assistance in getting these working again. Thank you.

被采纳的解决方案

Started up Firefox in Safe Mode. Looking at YouTube's HTML5 page, H.264 and WebM VP8 were no longer red, so that means that the problem is an extension, correct? However, when I tried the webm above, it was still green.

EDIT: Oh wow, I'm an idiot. I had the "YouTube Flash Video Player" extension enabled. So now on the YouTube page, everything's blue.

HOWEVER, webm's and HTML5 content still gives me a green screen with a ringing noise.

EDIT2: Okay, found the solution. Had to set media.fragmented-mp4.use-blank-decoder to "false" in about:config and now everything's blue on YouTube for the first time and HTML5 content is working again.

Thanks for the assistance.

定位到答案原位置 👍 0

所有回复 (6)

more options

You can check the media.*enabled prefs on the about:config page and possibly reset user set (bold) via the right-click context menu to the default value.

  • media.webm.enabled
  • media.mediasource.*

Note that it is best to be cautious with toggling prefs to enable features that are off by default. They may be off for a reason like no proper support on your computer.

That video is available in MP4 and WebM format if I check the code in the Inspector. I get the WebM version on Linux via copy video location.

more options

Still green in webm. Webm's and HTML5 videos were working just yesterday.

more options

So the WebM link I posted above isn't working?

more options

Nope. I can hit "play," but it's still a green screen.

more options

Try to delete possible user.js and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in current Firefox releases.

You can use this button to go to the current Firefox profile folder:

Start Firefox in Safe Mode to check if one of the extensions (Firefox menu button/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.

  • Switch to the DEFAULT theme: Firefox menu button/Tools > Add-ons > Appearance
  • Do NOT click the Reset button on the Safe Mode start window
more options

选择的解决方案

Started up Firefox in Safe Mode. Looking at YouTube's HTML5 page, H.264 and WebM VP8 were no longer red, so that means that the problem is an extension, correct? However, when I tried the webm above, it was still green.

EDIT: Oh wow, I'm an idiot. I had the "YouTube Flash Video Player" extension enabled. So now on the YouTube page, everything's blue.

HOWEVER, webm's and HTML5 content still gives me a green screen with a ringing noise.

EDIT2: Okay, found the solution. Had to set media.fragmented-mp4.use-blank-decoder to "false" in about:config and now everything's blue on YouTube for the first time and HTML5 content is working again.

Thanks for the assistance.

由okayfrog于修改