IIS站点播放视频

 一.html5页面制作(.mp4格式)

  <html>
<head>
<title>云掌控长视频</title>
</head>
<center>
<video width="541" height="936" controls="controls">
   <source src="云掌控长视频0417.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</center>
</html>

二:IIS站点上新增 支持mp4格式的MIME类型
          选中站点--功能视图--MIME类型 ---添加----文件扩展名:.mp4
                                                                             MIME类型:application/octet-stream

你可能感兴趣的:(html,Web,视频,IIS)