Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vimeo embed code not working on IE11

I have been working on this issue for several days and done endless research on the net but still can't resolve it. The vimeo universal embed code works beautifully on everything but IE on 10 & 11 windows7. It shows up as a black screen, I can see the controls and it seems to play on Windows 8 IE is working. The old code works well on everything but doesn't show up on the ipad.

I tried using both and and then using conditional statements to display:none; on non IE browsers. After searching to find that IE 10 & 11 don't recognize conditional statements any more.

I have tried hosting my own .webm, mp4, ogv with a flash fallback but the streaming was terrible so I created a plus account in vimeo thinking I would save myself time. After reading lots of forums I was wondering if anyone had an answer or recommended solution I could try. Thank you in advance.

like image 615
Mich376 Avatar asked Feb 06 '26 10:02

Mich376


1 Answers

This is due to a browser issue with hardware vs software acceleration. Vimeo explains more here (Vimeo Forums: Playback Issues on Windows) but the short of it is:

These issues do not affect all users of [Windows Chrome/IE/FF] browsers, and they are not in Vimeo's power to resolve because they pertain to the way the latest versions of Chrome and Firefox decode HTML5 video on particular Windows machines.

... In the meantime, you may be able to resolve them yourself by disabling hardware acceleration in your browser.

Mich376 figured this out himself, but then drove us to this article. For easier finding, it's now here in a solution.

like image 194
johnkeese Avatar answered Feb 09 '26 11:02

johnkeese