Video player build using atom-shell and node.js
It currently has support for playing mp4/webm and chromecasting videos. In addition to that it supports live streaming of video using http links, BitTorrent magnet links, and IPFS links.
To install it download the latest release for your platform. Currently only builds for MacOSX are available but pull requests are welcome that adds builds for other platforms.
If you think it is missing a feature or you've found a bug feel free to open an issue, or even better sending a PR that fixes that.
Simply clone this repo and run npm install
.
Afterwards you can run npm start
to run the app.
MIT