为什么我不能让这个 mp4 在我的源视频标签中播放?

Why can't I get this mp4 to play in my source video tags?

我有可以播放的演示 mp4 视频,但我的项目无法正常播放。我已经为此工作了很长时间,而且我确信这很简单,但我现在错过了。

我的代码是:

<video autoplay="" loop="" style="width:100%; height: auto; position:absolute; z-index: -1;">
                <source src="http://files.parsetfss.com/90b6030c-d712-42ec-b2ee…fss-4d5fe3b4-8758-4fb6-a11b-585987a74f56-Date.mp4" type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"'>

                <!--<source src=http://techslides.com/demos/sample-videos/small.webm type=video/webm>-->
                <!--<source src=http://techslides.com/demos/sample-videos/small.ogv type=video/ogg>-->
                <!--<source src=http://techslides.com/demos/sample-videos/small.mp4 type=video/mp4>-->
                <!--<source src="http://syddev.com/jquery.videoBG/assets/tunnel_animation.mp4" type="video/mp4">-->

              </video>

所有被注释掉的视频都是效果很好的演示。当我打开它并按下播放但不是远程或在我的项目中时,我的机器可以在我的机器上工作。

我也尝试过使用和不使用列出的编解码器。

你的 URL 到 mp4 是 not accessible

2ee…fss

我相信这些点可能不是文件名的一部分。但只有您可以检查您是否拥有服务器。