@vortex-ui/vortex-video
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.52 • Public • Published

视频格式以及用到的组件

类型 type 实时视频组件 历史视频组件 说明 https 说明
EasyNVR 1 CkPlayer CkPlayer EASYNVR(1,"EasyNVR") 实时视频 需要转到 https://spjg.envcloud.com.cn/EasyNVR
无历史视频
并且只能是 flash 播放, 用转码服务,转码服务会挂掉
萤石云 2 CkPlayer CkCanvasPlayer EZVIZ(2,"ezviz") 实时视频只需要把 http 换成 https 即可
历史视频无需处理
北斗 3 BdPlayer BdPlayer JT1078(3,"JT1078") 实时视频 和 历史视频都需要转到https://jt1078.envcloud.com.cn
IVMS7200 4 CkPlayer DPlayerFlv IVMS7200(4, "IVMS7200") 实时视频 需要转到 https://spjg.envcloud.com.cn/IVMS7200
历史视频需要转码服务
海康 isc OPENHIK 5 CkPlayer DPlayerFlv OPENHIK(5, "OPENHIK")
南京 6 DPlayerHls
西湖对接 100 DPlayerFlv 西湖对接 实时视频
无历史视频

| 乐橙云 | 7 | CkPlayer | | | 无历史视频

| 千里眼 | 8 | DPlayerFlv | | | 无历史视频

通用写法

<VtxPlayer
        videoType={startVideoInfo.types}
        width={'100%'}
        height={500}
        sources={[{
            src: startVideoInfo.streamUrl,
            type: startVideoInfo.streamType,
        }]}
    />

Readme

Keywords

none

Package Sidebar

Install

npm i @vortex-ui/vortex-video

Weekly Downloads

11

Version

1.0.0-alpha.52

License

ISC

Unpacked Size

562 kB

Total Files

120

Last publish

Collaborators

  • linjicai
  • zhaosenhao
  • coderjsl
  • maoyungui
  • tonyzhou1890
  • manwuyu
  • brooklynwei