使用Google Chrome版本54.0.2840.99时,HTML5中的video
元素存在问题。
相关的HTML看起来像这样。
<fieldset>
<legend>Something</legend>
<div class="well">
<video style="width:200px; height:200px" controls>
<source src="Myvideo.mp4" type="video/mp4">
I'm sorry; your browser doesn't support HTML5 video in WebM with VP8/VP9 or MP4 with H.264.
</video>
</div>
</fieldset>
我得到的结果是:
我提到从Firefox,Edge或Internet Explorer打开网页时没有问题。另外,我在控制台内没有收到任何错误消息。
非常感谢您解决此问题的任何帮助。
编辑:
问题在于,我希望看到Chrome中的video
元素未加载的视频。我还检查了IIS服务器支持的MIME类型,一切都很好。