1.1.1 • Published 4 years ago

@layen-king/jx-cms-video-plugin v1.1.1

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

jx-cms-video-plugin

Build Status NPM Download NPM Version NPM License PRs Welcome Automated Release Notes by gren

short description + sample image(png/gif/mp4)

Table of Contents

Introduction

jx-cms-video 项目播放器,搭配 @layen-king/jx-cms-video-main-pligun 使用,支持 GB、PG 设备根据 NO 播放。 后台需要 RTMB、RTSP 流转 webSocket-flv、http-flv 格式。 webSocket-flv 可以绕过浏览器同时播放 6 路限制。 支持自定义海报、缓冲界面、上下工具栏、等 默认包含抓拍、切换码流、断流重连、录像、收藏、错误提示等

⬆ Back to Top

Features

⬆ Back to Top

Install

npm install @layen-king/jx-cms-video-plugin
yarn add  @layen-king/jx-cms-video-plugin

⬆ Back to Top

Usage

如果搭配 jx-cms-video-main-plugin 使用,无需任何配置。

####自定义功能如下

<jxCmsPluginVideo
  ref="Video"
  :data="item.data"
  :index="item.index"
  :current-video-index="currentVideoIndex"
  :video-data="item.videoData"
  :video-command="videoCommand"
>
  <!--自定义缓冲-->
  <template v-slot='waiting'></template>
  <!--自定义3D云功能-->
  <template v-slot='PTZ3D'></template>
  <!--自定义错误信息-->
  <template v-slot='errorMessage'></template>
  <!--自定义工具栏-->
  <template v-slot='toolBar'></template>
</jxCmsPluginVideo>

⬆ Back to Top

Links

⬆ Back to Top

Contributing

For those who are interested in contributing to this project, such as:

  • report a bug
  • request new feature
  • fix a bug
  • implement a new feature

Please refer to our contributing guide.

⬆ Back to Top

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

⬆ Back to Top

License

MIT

⬆ Back to Top

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago