HTML5 视频无法在 Firefox 和 Chrome 中运行?
我正在使用下面的这个片段。该视频在 safari 中单击时有效,但在 firefox、ie 和 chrome 中单击时无效。
片段:
<video width="560" height="340" controls>
<source src="/media/intro.mp4" type='video/mp4;
codecs="avc1.42E01E, mp4a.40.2"'>
</video>
I am using this snippet below. The video works when clicked in safari but it doesn't work when clicked in firefox, ie, and chrome.
Snippet:
<video width="560" height="340" controls>
<source src="/media/intro.mp4" type='video/mp4;
codecs="avc1.42E01E, mp4a.40.2"'>
</video>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将 mp4 视频转换为 ogv 并将其作为源。包含视频的 WebM 版本也可能是个好主意。
您可以使用该程序对其进行转换。
仅限 Windows,XMedia Recode
You need to convert your mp4 video to ogv and include it as a source. It also may be a good idea to include a webm version of the video.
You can use this program to convert it.
Windows only, XMedia Recode