An open API service indexing awesome lists of open source software.

https://github.com/ifoxhz/xikaplay

The player base mpv, the UI is electron and react.
https://github.com/ifoxhz/xikaplay

electron ffi-wrapper mpv-player nextjs nextui nodejs player-video

Last synced: 3 months ago
JSON representation

The player base mpv, the UI is electron and react.

Awesome Lists containing this project

README

          

# xikaplay

An Electron Player with React and libmpv。公司的内嵌播放器,开发模型验证。
nextui desigh style

download libmpv-2.dll libmpv.dll.a to extraResources/lib目录下面
https://sourceforge.net/projects/mpv-player-windows/files/libmpv/

## Project Setup

### Install

```bash
$ yarn
```

### Development

```bash
$ yarn dev
```

### Build

```bash
# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux
```

### Picture

![Image](https://github.com/ifoxhz/xikaplay/assets/8155721/de0d1d07-5fe5-4c42-a5a0-70865e11f1d4)