@ezuikit/player-plugin-recored
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.3 • Public • Published

@ezuikit/player-plugin-recored

录制视频插件

import EzopenPlayer from '@ezuikit/player-ezopen';
import PlayerRecordPlugin from '@ezuikit/player-plugin-recored';

// 播放地址 url 和 accessToken 从下面地址获取
// https://open.ys7.com/console/device.html
const player = new EzopenPlayer({
    id: "app",
    url: "ezopne player url", 
    accessToken: "accessToken",
    width: 600,
    height: 400,
})

const recordPlugin = new PlayerRecordPlugin(); // 录制插件

player.use(recordPlugin)

recordPlugin.startRecord()

// recordPlugin.stopRecord()

Readme

Keywords

none

Package Sidebar

Install

npm i @ezuikit/player-plugin-recored

Weekly Downloads

0

Version

1.0.0-alpha.3

License

MIT

Unpacked Size

51.3 kB

Total Files

7

Last publish

Collaborators

  • ezviz-jzy
  • freeshine
  • ezviz-openteam