Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SPlayer-Dev/SPlayer-Next

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

248 Commits
248 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splayer-next

An Electron application with Vue and TypeScript

Recommended IDE Setup

Project Setup

Install

$ pnpm install

FFmpeg (Native Build)

audio-engine uses FFmpeg static linking.

Do this before pnpm dev:

  1. Get FFmpeg static libs:
  • Windows: download ffmpeg-<version>-windows-x64.zip
  • macOS: download ffmpeg-<version>-macos-arm64.tar.gz or ffmpeg-<version>-macos-x64.tar.gz
  • Linux: download ffmpeg-<version>-linux-x64.tar.gz

Unpack to a local directory (for example: D:\ffmpeg or /path/to/ffmpeg), and ensure it contains include and lib.

  1. Set:
  • FFMPEG_DIR
  • PKG_CONFIG_PATH

Windows (PowerShell):

$env:FFMPEG_DIR="D:\ffmpeg"
$env:PKG_CONFIG_PATH="$env:FFMPEG_DIR\lib\pkgconfig"
pnpm build:native

macOS / Linux (bash):

export FFMPEG_DIR=/path/to/ffmpeg
export PKG_CONFIG_PATH="$FFMPEG_DIR/lib/pkgconfig"
pnpm build:native

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux

About

【请勿使用,未完成】

Resources

Stars

Watchers

Forks

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.