Go to file
Daniel Ahn 2e987e8b0d
Merge pull request #1 from Syncplay/master
Merge with master
2018-07-23 14:05:24 -07:00
resources Merge python 3.x branch 2018-07-17 09:54:55 +02:00
syncplay Upver to 1.5.6 / build 66 2018-07-23 22:40:24 +02:00
.appveyor.yml Merge python 3.x branch 2018-07-17 09:54:55 +02:00
.gitignore Add preliminary support of PyInstaller on AppVeyor 2018-04-27 00:30:58 +02:00
.travis.yml Automatically update Bintray version on Travis 2018-07-21 19:25:33 +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-24 17:54:02 +02:00
Makefile renamed Makefile to GNUmakefile because it is specific to GNU Make 2014-08-14 20:51:39 +02:00
README.md Move Syncplay.pl web links to HTTPS 2018-03-22 18:05:32 +00:00
appdmg.py Revert "Code Syntax Refactoring" 2018-07-23 22:32:47 +02:00
bintray.json Automatically update Bintray version on Travis 2018-07-21 19:25:33 +02:00
bintray_version.py Automatically update Bintray version on Travis 2018-07-21 19:25:33 +02:00
buildInstaller.py Revert "Code Syntax Refactoring" 2018-07-23 22:32:47 +02:00
buildPy2app.py Revert "Code Syntax Refactoring" 2018-07-23 22:32:47 +02:00
buildPy2exe.py Revert "Code Syntax Refactoring" 2018-07-23 22:32:47 +02:00
pyinstaller-client.spec Add pyinstaller script for server 2018-05-31 16:59:56 +02:00
pyinstaller-server.spec Add pyinstaller script for server 2018-05-31 16:59:56 +02:00
syncplayClient.py Revert "Code Syntax Refactoring" 2018-07-23 22:32:47 +02:00
syncplayServer.py Revert "Code Syntax Refactoring" 2018-07-23 22:32:47 +02:00

README.md

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