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

player51

v1.0.2

Published

An HTML5 video player that supports HLS and DASH and FLV.js with a common API and skin.

Downloads

10

Readme

这是一个支持 HLS、DASH 和 FLV.js 的 HTML5 视频播放器,具有通用的 API 和皮肤。

  1. HTML5 视频播放器: 这是一个基于 HTML5 的视频播放器,可以在现代浏览器中直接播放视频,无需插件。

  2. 支持 HLS、DASH 和 FLV.js:

    • HLS (HTTP Live Streaming): 这是 Apple 开发的自适应码率流媒体协议,广泛应用于移动设备和 OTT 平台。
    • DASH (Dynamic Adaptive Streaming over HTTP): 这是一种开放的自适应码率流媒体协议,由 MPEG-DASH 标准定义。
    • FLV.js: 这是一个 JavaScript 库,用于在浏览器中播放 Flash 视频 (FLV) 格式的视频流。
  3. 通用 API:

    • 这个播放器提供了一个通用的 API,使用户可以轻松地控制和管理播放器的行为,如播放、暂停、调整音量等。
    • 这种通用 API 使得开发人员可以在不同的项目中使用相同的接口,提高了代码的可复用性。
  4. 统一皮肤:

    • 这个播放器还提供了一个统一的皮肤,使得播放器的外观和交互体验保持一致,提高了用户体验。
    • 开发人员可以根据需要对皮肤进行定制和个性化。

总之,这是一个功能强大、易于使用的 HTML5 视频播放器,支持主流的自适应码率流协议和 FLV 格式,并提供了通用的 API 和统一的皮肤,适用于各种视频应用场景。