html5标记<视频>在safari和IE中不起作用

问题描述:

我的网站上运行的webm视频无法在Safari和IE上运行。

I have a webm video running on my site which is not working on safari and IE.

我使用的代码是

<video src="http://video.webmfiles.org/elephants-dream.webm" controls autoplay loop preload="auto" poster="http://my-site.com/images/home-banner.png" class="only-default" width="613" height="354">
   <source type='video/webm; codecs="vp8, vorbis"' src="http://video.webmfiles.org/elephants-dream.webm">
</video>


IE和Safari中不支持WebM

WebM is not supported in IE and Safari

更多信息,请访问 http://www.w3schools。 com / tags / tag_video.asp