<!DOCTYPE html>
|
<html>
|
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<title>Jessibuca【直播】</title>
|
<meta charset="utf-8"/>
|
<link rel="stylesheet" href="../css/font-awesome.min.css">
|
<link rel="stylesheet" href="../css/controles.css">
|
<link rel="stylesheet" href="../css/live/liveStyle.css">
|
|
|
</head>
|
|
<body>
|
|
<!-- jessiebuca播放器 -->
|
<div id="jessibucaContainer"></div>
|
|
<script src="../js/ajax.js"></script>
|
<script src="../js/renderer.js"></script>
|
<script src="../js/jquery.min.js"></script>
|
<script src="../js/live/livepler.js"></script>
|
|
|
<script>
|
window.onkeydown = function () {
|
h5lc.fullscreen = false
|
};
|
|
var $jessibucaContainer = document.getElementById('jessibucaContainer');
|
|
let livepler =new Livepler({
|
elem:"jessibucaContainer",
|
ffurl:"../js/jessibuca/ff.js",
|
});
|
//播放
|
//livepler.playVideo()
|
window.onload=function() {
|
//TODO:livepler.playVideo();
|
};
|
//关闭
|
$close.addEventListener('click', function () {
|
//TODO:livepler.closeVideo()
|
$jessibucaContainer.style.display = 'none';
|
}, false);
|
|
</script>
|
|
</body>
|
|
</html>
|