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

8.0.5-alpha.2 • Public • Published

@ezuikit/player-plugin-record

录制视频插件

import EZopenPlayer from '@ezuikit/player-ezopen';
import PlayerPluginRecord from '@ezuikit/player-plugin-record';

// 播放地址 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 PlayerPluginRecord(); // 录制插件

player.use(recordPlugin)

recordPlugin.startRecord()

// recordPlugin.stopRecord()

Readme

Keywords

none

Package Sidebar

Install

npm i @ezuikit/player-plugin-record

Weekly Downloads

31

Version

8.0.5-alpha.2

License

MIT

Unpacked Size

3.08 MB

Total Files

6

Last publish

Collaborators

  • ezviz-jzy
  • freeshine
  • ezviz-openteam