# playback **Repository Path**: chenxin_gitee/playback ## Basic Information - **Project Name**: playback - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-14 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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