clappr

:clapper: An extensible media player for the web.

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerclappr/clappr
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 5)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2014-02-14 17:36:40
Pushed At2025-04-20 02:14:04
Last Commit At
Release Count297
Last Release Name@clappr/plugins@0.8.5 (Posted on 2025-01-05 16:14:24)
First Release Name0.0.1 (Posted on )
用户参与
Stargazers Count7.2k
Watchers Count235
Fork Count853
Commits Count12.2k
Has Issues Enabled
Issues Count1508
Issue Open Count3
Pull Requests Count489
Pull Requests Open Count3
Pull Requests Close Count186
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private