带有videoJS的HSL无法在IE9上运行

时间:2015-03-26 13:41:26

标签: javascript video.js

我有一个由Plex Media Server提供的m3u8流,当我查看chrome或FF时,它工作得很好,但是当进入IE9的页面时,它说: The video could not be loaded, either because the server or network failed or because the format is not supported.

这是我使用的代码:

<!DOCTYPE html>
<html>
<head>
  <title>Video.js | HTML5 Video Player</title>
  <link href="video-js.css" rel="stylesheet" type="text/css">
  <script src="video.js"></script>
  <script>
    videojs.options.flash.swf = "video-js.swf";
  </script>
</head>
<body>

  <video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="264"
      poster="http://video-js.zencoder.com/oceans-clip.png" data-setup='{}'>
    <source src="http://ip:port/video/:/transcode/universal/start?path=http%3A%2F%2Fip%3Aport%2Flibrary%2Fmetadata%2F1&fastSeek=1&X-Plex-Platform=Internet+Explorer&offset=0" type='video/mp4' />
    <p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
  </video>
</body>
</html>

我尝试添加以下插件:https://github.com/videojs/videojs-contrib-hls

但那里没有运气。 任何人都知道我可能做错了什么?

1 个答案:

答案 0 :(得分:0)

来自readme,videojs-contrib-hls不支持Internet Explorer&lt; 10不幸的是。我没有确切的详细信息,但这是因为该技术需要比IE9更高级,性能更好的javascript。

顺便说一句,在你的代码中,mime类型是&#39; video / mp4&#39;。