clappr

:clapper: An extensible media player for the web.

Github星跟蹤圖

npm version
Build Status
Coverage Status
License

Using the Player

Add the following script on your HTML:

<head>
  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js"></script>
</head>

Now, create the player:

<body>
  <div id="player"></div>
  <script>
    var player = new Clappr.Player({source: "http://your.video/here.mp4", parentId: "#player"});
  </script>
</body>

Live Demo

Test it at cdn.clappr.io.

CDN

You can use the latest published version at https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js

Vendors

You can re-use some vendors used internally, for instance you can use Kibo through Clappr.Vendor.Kibo.

Status

Clappr is under heavy development but production-ready. Feel free to open issues and send us pull requests.

Built-in Plugins & Embed Parameters

Events API

External Plugins

Supported Formats

API Documentation

How to write a plugin?

How to handle player fatal errors?

Installing

FAQ & Troubleshooting

Read this before open an issue

Contributors

Contributing

Companies using Clappr

image

主要指標

概覽
名稱與所有者clappr/clappr
主編程語言JavaScript
編程語言JavaScript (語言數: 5)
平台
許可證BSD 3-Clause "New" or "Revised" License
所有者活动
創建於2014-02-14 17:36:40
推送於2025-05-15 18:04:12
最后一次提交
發布數303
最新版本名稱@clappr/plugins@0.8.6 (發布於 2025-05-15 18:03:21)
第一版名稱0.0.1 (發布於 )
用户参与
星數7.3k
關注者數233
派生數857
提交數12.2k
已啟用問題?
問題數1508
打開的問題數1
拉請求數491
打開的拉請求數5
關閉的拉請求數189
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?