为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

html5 videos: video periodically freezes while audio continues to play. Firefox 12, Linux, Centos 5 up to date.

  • 4 个回答
  • 24 人有此问题
  • 1 次查看
  • 最后回复者为 user719405

more options

whenever I view a YouTube video on my linux box (Centos 5.8, fully updated) using Firefox12, YouTube always delivers the html5 video to me instead of Flash. This would be fine, but intermittently the video stops moving (while the audio keeps playing). I click the (I don't know what it's called) slider for the current position and the video will start moving again. until it pauses next time, anywhere from a few seconds to a few minutes. I don't know why it delivers html5 instead of flash, on my laptop using centos 6 and firefox12 I get flash video. Is there someway to configure Firefox to get flash instead? If not, I'd appreciate help in fixing the pausing video component.

whenever I view a YouTube video on my linux box (Centos 5.8, fully updated) using Firefox12, YouTube always delivers the html5 video to me instead of Flash. This would be fine, but intermittently the video stops moving (while the audio keeps playing). I click the (I don't know what it's called) slider for the current position and the video will start moving again. until it pauses next time, anywhere from a few seconds to a few minutes. I don't know why it delivers html5 instead of flash, on my laptop using centos 6 and firefox12 I get flash video. Is there someway to configure Firefox to get flash instead? If not, I'd appreciate help in fixing the pausing video component.

被采纳的解决方案

You may be on the html5 trial at Youtube. http://www.youtube.com/html5

mha007, those three macromedia inks are more for Windows and not Linux.

定位到答案原位置 👍 1

所有回复 (4)

more options

Perform the suggestions mentioned in the following articles:

Check and tell if its working.


IF it still doesn't work, then Start Firefox in -> Diagnose Firefox issues using Troubleshoot Mode to check if your add-ons/extensions are causing the problems.

Check and tell if its working normally while using Firefox in Diagnose Firefox issues using Troubleshoot Mode.

You can also try to clear the Flash cookies as mentioned in the following articles:

  1. Flash Website Storage Settings panel:
  2. Global Storage Settings Panel:
  3. Flash Local storage settings Help:

由Hasan于修改

more options

选择的解决方案

You may be on the html5 trial at Youtube. http://www.youtube.com/html5

mha007, those three macromedia inks are more for Windows and not Linux.

more options

Problem solved. went to the youtube.com/html5 page and removed myself from the html5 trial.

It would be nice to fix the problem so I can continue to use html5, instead of now needing flash to work. but at least the videos don't keep misbehaving.

more options

I added the following line to my /etc/environment to force vsync:

CLUTTER_PAINT=disable-clipped-redraws:disable-culling

Commenting it out fixed the video rendering issue for me:

#CLUTTER_PAINT=disable-clipped-redraws:disable-culling

This is on Intel Integrated Graphics (Intel Pentium G620) with the latest xf86-video-intel drivers, might not work for different configurations.

由user719405于修改