https://github.com/luxuereal/rockplayer-electron
https://github.com/luxuereal/rockplayer-electron
Last synced: 4 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T04:26:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T01:29:59.040Z (9 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

## 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
```