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

Overview

Name With Ownerclappr/clappr
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 5)
Platform
License:BSD 3-Clause "New" or "Revised" License
Release Count255
Last Release Name0.6.0 (Posted on 2024-05-06 10:22:21)
First Release Name0.0.1 (Posted on )
Created At2014-02-14 17:36:40
Pushed At2024-05-06 17:43:14
Last Commit At
Stargazers Count7k
Watchers Count236
Fork Count838
Commits Count12.1k
Has Issues Enabled
Issues Count1495
Issue Open Count38
Pull Requests Count463
Pull Requests Open Count5
Pull Requests Close Count169
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top