html5视频标签无效

时间:2013-12-27 15:45:01

标签: html5 video

我正在开发一个名为HOME的脚本(查看它here) 现在我正在创建一个视频播放器并使用html5,但它不会加载视频。它只是黑色。这是我的代码。

    <video id="example_video_1" class="video-js vjs-default-skin"
  controls preload="auto" width="640" height="264">
 <source src="/uploads/videos/1.mp4" type='video/mp4' />
</video>

我正在使用谷歌浏览器。

1 个答案:

答案 0 :(得分:0)

经过一些研究后,似乎google chrome和firefox不支持mp4视频,但支持其他格式。因此,我将不得不更改要上传的脚本,并可能将视频转换为其他格式。 Source