You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
odrling 79f14be7c0
add missing libraries to appimage
2 months ago
.github add missing libraries to appimage 2 months ago
ci add missing libraries to appimage 2 months ago
docs Add Korean to language docs 3 months ago
syncplay increase playlist character limit 2 months ago
.gitignore Migrate from Travis CI to GitHub Actions (#374) 2 years ago
GNUmakefile Install the manpages. 2 years ago
LICENSE Include Apache 2.0 license via GitHub 6 years ago
MANIFEST.in Add notice for Python in third party collection file (#404) 2 years ago
Makefile renamed Makefile to GNUmakefile because it is specific to GNU Make 9 years ago
README.md Add notice for Python in third party collection file (#404) 2 years ago
appdmg.py appdmg: update for dmgbuild 1.4.2 3 years ago
buildPy2app.py Fix update check on macOS (#595) 2 months ago
buildPy2exe.py Automate Windows installer language list 3 months ago
requirements.txt SyncplayClient: explicitly pass `certifi` as trustRoot for Twisted 7 months ago
requirements_gui.txt macOS: bundle PySide6 and create a `universal2` app 7 months ago
setup.py Migrate from Travis CI to GitHub Actions (#374) 2 years ago
syncplayClient.py Edit folder structure and add setuptools support (#231) 4 years ago
syncplayServer.py Edit folder structure and add setuptools support (#231) 4 years ago

README.md

Syncplay

GitHub Actions build status

Solution to synchronize video playback across multiple instances of mpv, VLC, MPC-HC, MPC-BE and mplayer2 over the Internet.

Official website

https://syncplay.pl

Download

https://syncplay.pl/download/

What does it do

Syncplay synchronises the position and play state of multiple media players so that the viewers can watch the same thing at the same time. This means that when one person pauses/unpauses playback or seeks (jumps position) within their media player then this will be replicated across all media players connected to the same server and in the same 'room' (viewing session). When a new person joins they will also be synchronised. Syncplay also includes text-based chat so you can discuss a video as you watch it (or you could use third-party Voice over IP software to talk over a video).

What it doesn't do

Syncplay is not a file sharing service.

License

This project, the Syncplay released binaries, and all the files included in this repository unless stated otherwise in the header of the file, are licensed under the Apache License, version 2.0. A copy of this license is included in the LICENSE file of this repository. Licenses and attribution notices for third-party media are set out in third-party-notices.txt.

Authors