Go to file
2018-05-07 19:24:50 +02:00
resources Update third-party-notices for PySide2 2018-05-07 19:24:50 +02:00
syncplay Missing fields errors were not notified 2018-04-28 01:01:53 +02:00
.appveyor.yml Deploy Windows installer from AppVeyor to Bintray 2018-04-27 22:21:58 +02:00
.gitignore Add preliminary support of PyInstaller on AppVeyor 2018-04-27 00:30:58 +02:00
.travis.yml Remove dependency from pyobjc on Travis 2018-05-07 19:24:38 +02:00
appdmg.py 2to3 conversion and initial VLC support 2018-04-24 00:44:19 +02:00
bintray.json Added automatic version numbering for Travis 2018-01-08 15:20:57 +01:00
buildInstaller.py Fixed typo in AppVeyor 2018-04-27 22:10:00 +02:00
buildPy2app.py 2to3 conversion and initial VLC support 2018-04-24 00:44:19 +02:00
buildPy2exe.py Preliminary AppVeyor support 2018-04-24 16:30:03 +02:00
GNUmakefile Make repl.lua copyright notice more prominent 2018-01-14 17:54:18 +00:00
LICENSE Include Apache 2.0 license via GitHub 2017-10-25 23:41:37 +02:00
Makefile
pyinstaller-onedir.spec Disable --onefile and change packed dir name 2018-04-27 21:20:57 +02:00
pyinstaller-onefile.spec Remove specific path from pyinstaller script 2018-04-27 00:54:05 +02:00
README.md Merged upstream changes 2018-04-11 12:24:38 +02:00
syncplayClient.py 2to3 conversion and initial VLC support 2018-04-24 00:44:19 +02:00
syncplayServer.py 2to3 conversion and initial VLC support 2018-04-24 00:44:19 +02:00

Syncplay

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.

Authors