1.0.1-2 • Published 4 years ago

hkvideo-player-hls v1.0.1-2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

hkplayer-hls插件

用于播放hls形式的直播、点播

开发

1、cd packages/hkvideo-player-hls
2、npm i
3、npm run dev

使用

import 'hkvideo-player';
import HlsJsPlayer from 'hkvideo-player-hls';
const player = new HlsJsPlayer({
    id: 'mse',
    autoplay: true,
    url: this.hlsUrl, // m3u8地址
    isLive: true, // 如果是直播的话传这个参数
    useHls: true, // 是否使用hls.js进行解码
    hlsOpts: {} // hls.js其他参数
});
1.0.1-2

4 years ago

1.0.1-1

4 years ago

1.0.1-0

4 years ago