【发布时间】:2013-12-06 18:46:51
【问题描述】:
我正在使用 video.js,我尝试使用 ogv,现在使用 webm。两者都不会在 Firefox 25 中播放。站点是 http://www.hybi.info
<video id="intro" class="video-js vjs-default-skin" width="498" height="365"
data-setup= '{"controls":true, "autoplay": true, "preload":"auto"}'>
<source src="/images/intro.mp4" type="video/mp4">
<source src="/images/intro.webm" type="video/webm">
<source src="/images/intro.ogv" type="video/ogg">
</video>
在使用 video.js 之前我得到了
Video format or MIME type is not supported.
在 Chrome 中运行良好。有什么关系?
【问题讨论】:
标签: html firefox html5-video ogg webm