视频在HTML中加载了几次

时间:2015-10-21 10:24:33

标签: html video

我已将视频添加到我的网站

<video controls style="width:410px;height:225px;">
    <source src="video/video_example.mp4" type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"'/>
</video>

每当我重新加载页面时,我的Chrome Webdeveloper中的网络部分都会运行3次。 enter image description here

为什么?

2 个答案:

答案 0 :(得分:0)

浏览器会请求部分视频,以便在播放其余文件之前确定是否可以播放。

答案 1 :(得分:0)

这是正常行为,称为流式传输。