【问题标题】:MP4 video not working in HTML page by using html 5 Video tag使用 html 5 Video 标记的 MP4 视频在 HTML 页面中不起作用 【发布时间】:2017-08-03 07:41:18 【问题描述】:
我必须在我的一个 html 页面中添加 .mp4 (60 MB) 文件并使用下面的代码行,但它无法工作/显示。
html页面上只显示“0.00”的播放按钮。
MP4 文件位于网站“assets/video”文件夹中。
<video controls="controls" width="640" height="360">
<source src="../assets/video/RegiserUsingEmailAndPassword.mp4" type="video/mp4" />
Your browser does not support HTML5 video.
</video>