Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked from clappr/clappr

🎬 An extensible media player for the web.

License

Notifications You must be signed in to change notification settings

hamadalanbagi/clappr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4,047 Commits

Repository files navigation

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.

Sponsor

image

About

🎬 An extensible media player for the web.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.2%
  • CSS 4.9%
  • HTML 2.4%
  • ActionScript 2.0%
  • Shell 0.5%

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /