为什么Internet Explorer会说“错误:视频播放已中止”对于HTML5视频? [英] Why does Internet Explorer say "Error: Video playback was aborted" for HTML5 video?

查看:1205
本文介绍了为什么Internet Explorer会说“错误:视频播放已中止”对于HTML5视频?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在页面上设置了一个非常简单的HTML5视频元素:

I set up a very simple HTML5 video element on a page:

<video id="test" style="width: 100%; height: 600px;" class="center-block" controls preload="auto">
  <source src="training-video.mp4" type="video/mp4">
</video>

但当我使用Internet Explorer导航到该页面时,视频空间显示错误:视频播放已中止。

But when I navigate to the page with Internet Explorer, the space for the video says "Error: Video playback was aborted."

当我进入F12的网络选项卡时,Internet Explorer甚至都不想向服务器询问视频。发生了什么?

And when I go to the network tab in F12, Internet Explorer hasn't even bothered to ask the server for the video. What's going on?

推荐答案

事实证明,互联网区域的视频播放是在组策略中被禁用神。使用简单主机名访问同一页面时,视频将加载到Intranet区域并绕过该区域。

It turns out that video playback for the Internet zone was disabled in group policy by the domain gods. Accessing the same page with a simple hostname got the video to load in the Intranet zone and bypass the block.

这篇关于为什么Internet Explorer会说“错误:视频播放已中止”对于HTML5视频?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆