Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://mafintosh.github.io/playback/
Video player built using electron and node.js
https://mafintosh.github.io/playback/
Last synced: 13 days ago
JSON representation
Video player built using electron and node.js
- Host: GitHub
- URL: https://mafintosh.github.io/playback/
- Owner: mafintosh
- License: mit
- Created: 2015-04-03T01:24:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T21:14:17.000Z (about 5 years ago)
- Last Synced: 2024-10-16T23:19:17.875Z (23 days ago)
- Language: JavaScript
- Homepage: https://mafintosh.github.io/playback/
- Size: 1.25 MB
- Stars: 2,008
- Watchers: 82
- Forks: 237
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ipfs-cn - Playback - IPFS 回放支持。 这允许在 IPFS 中将视频转换为 Chromecast. (应用)
README
# Playback
#### Video player built using [electron](http://electron.atom.io/) and [node.js](https://nodejs.org/)
## Features
- Plays .MP4 and .WebM videos
- Streaming to Chromecast
- Streaming from http links, torrent magnet links, and IPFS links
- [WebTorrent](https://webtorrent.io/) support – can torrent from/to WebRTC peers ("web peers")## Installation
To install it download the [latest release](https://github.com/mafintosh/playback/releases/latest) for your platform.
## Currently supported releases:
* OS X
* Windows
* Linux (not supported yet)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.
## Development
Simply clone this repo and run `npm install` and then `npm run rebuild`.
Afterwards you can run `npm start` to run the app.## License
MIT