38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1.0, user-scalable=no" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
<meta name="format-detection" content="telephone=yes" />
|
||
<meta name="format-detection" content="email=no" />
|
||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
<title></title>
|
||
|
||
<style type="text/css">body{margin:0;padding:0px;font-family:"Microsoft YaHei",YaHei,"微软雅黑",SimHei,"黑体";font-size:14px}</style>
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<script type="text/javascript" src="../ckplayer/ckplayer.js"></script>
|
||
<div class="video" style="width: 100%;height: 100%;"></div>
|
||
<script type="text/javascript">
|
||
var videoObject = {
|
||
container: '.video', //“#”代表容器的ID,“.”或“”代表容器的class
|
||
variable: 'player', //该属性必需设置,值等于下面的new chplayer()的对象
|
||
autoplay: true,
|
||
html5m3u8: true,
|
||
video: 'http://pili-live-hls.zhibo.weisha100.cn/ceshi5/2020yuandan.m3u8'//视频地址
|
||
};
|
||
var player = new ckplayer(videoObject);
|
||
</script>
|
||
|
||
|
||
|
||
</body>
|
||
|
||
</html> |