播放器
1.声明播放器
var options = {
containerId: '**', //// 必须,播放器容器ID
isLive: true, // 非必须
controls: true, // 非必须 控制条
poster: '***', // 非必填,海报地址
useFlash: '***', // 默认false 不设置使用H5 m3u8流
streamType: '***', // 播放流类型, 默认为hls [m3u8, rtmp, hls]
loadDataTimeout: '****', // 缓冲提示 默认为5000
showLoading: true, // 缓冲提示是否显示, 默认显示
showSharpness: true, // 是否显示清晰度切换 默认为true
width: 320, // 非必填 播放器宽度
height: 640, // 非必填 播放器高度
}
var player = Hst.hplayer(options)