Html5视频播放器无法在Safari中使用

时间:2016-10-04 07:16:53

标签: javascript html5-video

我正在使用<video>实现视频播放器。这适用于Chrome,Firefox和Internet Explorer,但无法在Safari中使用。

&#13;
&#13;
$("#vdsourceVideoPath").attr("src", "http://localhost:3000/Documents/upc and shelf info_0001.mp4");
var player = document.getElementById('vdTrainingVideoPlayer');
player.load();
player.play();
&#13;
<video id="vdTrainingVideoPlayer" class="vdTrainingVideoPlayer" controls="controls" autoplay="autoplay">
  <source id="vdsourceVideoPath" src="" type="video/mp4" />
</video>
&#13;
&#13;
&#13;

player.load()player.play()方法在Safari中出错。

1 个答案:

答案 0 :(得分:-2)

您可以使用YouTube播放器 使用youtube网站查找所需的视频 点击“分享”#39;视频下方的按钮 点击“嵌入”&#39;他们向您显示的链接旁边的按钮 复制给定的iframe代码并将其粘贴到网页的html中。

查看此link

本文为实现html5视频播放器提供了很好的演绎 http://www.creativebloq.com/html5/build-custom-html5-video-player-9134473