Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.4 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.4 KB

vue-chimee-player

Version Downloads License

chimee player component/directive for @vuejs
用于 Vue 的 chimee 播放器组件

Install

npm i -S vue-chimee-player

chimee-player 需要自行安装

Usage

  1. 基本参数与 chimee 保持一致,有下列新增参数:

    • source: {Array} 当前播放源数组 [{src: 播放源, resolution: 清晰度}]
    • [clarity]: {Number|String} 指定播放清晰度,默认最低清晰度 1080|720|480|360|'auto'

    若指定 src|plugin.chimeeControl, 则覆盖上述新增参数

  2. 事件注册:

    • 支持.once修饰符: @play.once="handler"
    • 支持指定 target: @play:kernel="handler2"

    播放器事件说明, 事件列表

Example:

./example, 运行npm run example