npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@vortex-ui/vortex-video

v1.0.0-alpha.53

Published

环境云视频播放器

Downloads

95

Readme

视频格式以及用到的组件

| 类型 | 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,
        }]}
    />