An extensible media player for applications

See on github
Getting Started

Simple.

Just import it, plug it in your page and it’s ready to play.

Import
            
<head>
  <script type="text/javascript"
      src="https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js">
  </script>
</head>
            
          
Plug
            
<body>
  <div id="player"></div>
  <script>
    var player = new Clappr.Player({source: "http://your.video/here.mp4", parentId: "#player"});
  </script>
</body>
            
          













Make it your way

Clappr is 100% Open Source and extensible. See how to build your own plugins and create new amazing video experiences.

Its just fits your Product

You can customize everything in Clappr UI. Create a chromeless video experience or change the UX to make it perfect for you. Simple use Html 5 and CSS3.

Play anywhere

Clappr is HTML5 first and uses most modern technologies to deliver your media across Smartphones, Tablets, Desktops and TV's.

Add more to your Clappr

Check out the official plugins for your player

Design & Front-End
Video Opening