阿里云服务器播放不了mp4视频,H5页面加载播放不了阿里云视频
解决方法:
根目录下新建web.config文件
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
</staticContent>
</system.webServer>
</configuration>
把这段配置进去就可以
阿里云服务器播放不了mp4视频,H5页面加载播放不了阿里云视频
解决方法:
根目录下新建web.config文件
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
</staticContent>
</system.webServer>
</configuration>
把这段配置进去就可以