Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.53 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.53 KB

Logo

SyncPlay

Synchronized playback with your friends.

Apache License 2.0 Open Issues

About

Programmed in TypeScript, Vue.js/3 and Electron, this client will synchronize the playback of any video with your friends as long as you have the video on your harddrives and have VLC Media Player/3 installed.

Installation

Using the provided executables:

  1. Go to the latest version.
  2. Download syncplay-win64_installer_vX.X.X.exe.
  3. Run the downloaded installer, a shortcut will be created automatically.

Building the executables yourself:

Requirements: windows@>=19044, node.js@>=18.12.1, git.

git clone https://github.com/RXJpaw/SyncPlay
cd SyncPlay
npm ci
npm run build

The built binaries are located in dist_electron\win-unpacked.