1. 程式人生 > >jwplayer 播放hls視訊

jwplayer 播放hls視訊

引入

<script src="5V3tOP97EeK2SxIxOUCPzg.js"></script>
(在5V3tOP97EeK2SxIxOUCPzg.js檔案裡動態的引入了
jwplayer.html5.js和jwplayer.js)
<script type="text/javascript" src="jquery-1.10.2.js"></script>

var theplayer;

function funvideo()
{
theplayer = jwplayer("container").setup({
file : “XXX.m3u8",
image : "player.jpg",
title : "Sintel on HLS",
width : 500,
height : 300
});
}

window.onload= funvideo;