Git Product home page Git Product logo

clapton's Introduction

Clapton ⛱️

Yet Another Open Source Media Player

Example

About

Clapton is a Open Source Media Player.

It's still under development.

Then the only way to get Clapton is getting the development version, see how to build it.

Features

Hackable

Clapton can load local Clappr Plugins. You only need to specify a ~/.claptonconfig on your $HOME

You can create running:

$ touch $HOME/claptonconfig.json

Sample:

{
  "defaults": {
    "theaterSource": "absolute-path-to-my-video",
    "extendStyle": "absolute-path-to-my-css-file"
  },
  "plugins": [
    "absoulute-path-to-my-plugin",
    "absoulute-path-to-my-second-plugin"
  ]
}
Property Description
theaterSource (string) Path to the Theater Clapton's Video
extendStyle (string) Path to css file which overwrite common.css styles
persistTorrentFiles (boolean, default: false) Persist Torrent downloaded files

Note: claptonconfig.json is optional.

Note2: Plugins will be available only at >= Clapton 0.2.0

Torrent Stream Support

Torrent Stream Support

Create a Plugin for Clapton

Migrating Clappr External Plugins to Clapton

Most part of current plugins are being tested on Clapton 0.2.0. Help us to integrate.

Plugin Status URL
Thumbnails on seekbar WIP https://github.com/tjenkinson/clappr-thumbnails-plugin
Markers WIP https://github.com/tjenkinson/clappr-markers-plugin
Level Selector WIP https://github.com/clappr/clappr-level-selector-plugin
360 videos WIP https://github.com/thiagopnts/video-360
Chromecast WIP https://github.com/clappr/clappr-chromecast-plugin
DASH with shaka WIP https://github.com/clappr/dash-shaka-playback
Clappr Stats WIP https://github.com/leandromoreira/clappr-stats
Pause while far WIP https://github.com/leandromoreira/clappr-pause-tab-visibility
RTMP WIP https://github.com/clappr/clappr-rtmp-plugin
Picture-in-Picture WIP https://github.com/tjenkinson/clappr-pip-plugin
Comments on seekbar WIP https://github.com/Metrakit/clappr-comment-plugin
Voice control WIP https://github.com/flavioribeiro/clappr-speech-control-plugin
Dash WIP https://github.com/shankardevy/clappr-dash-plugin
Youtube WIP https://github.com/towerz/clappr-youtube-playback

Supported Formats

Version HLS MP4 OGV MKV MP3 WEBM DASH RTMP JPG/PNG/GIF
0.1.8 partial support* dash rtmp

rtmp means that the support is made by an external plugin.

Partial Support means that you can play this file formats, however using a fallback player:

Fallback

Developing

Clone the project:

$ git clone https://github.com/raphamorim/clapton.git

Open clapton folder and then install dependencies:

$ npm install

Then start project

$ npm run start

Credits

Clapton was created by @raphamundi.

Powered by Electron, Clappr and WebTorrent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.