Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luxuereal/rockplayer-electron
https://github.com/luxuereal/rockplayer-electron
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luxuereal/rockplayer-electron
- Owner: luxuereal
- License: apache-2.0
- Created: 2023-06-13T15:04:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-12T04:26:57.000Z (about 1 year ago)
- Last Synced: 2024-11-08T23:52:13.671Z (2 months ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rock Player
A cross-platform video player based on `electron` and `ffmpeg`.## Feature
- Cross platform(Mac, Windows).
- Plays most video files(mp4, webm, ogg, mkv, rmvb...).## Snapshot
![](doc/snapshot.png)
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/deverabit/rockplayer-electron
# Go into the repository
cd rockplayer
# Install dependencies
npm install
# Run the app
npm start
```
package mac app:```bash
npm run package:mac:app
```package mac dmg:
```bash
npm run package:mac:dmg
```package windows app:
```bash
npm run package:win32
```