Go to file
Alberto Sottile 894f9ddee6 TLS: server listens on TLS via IPv4 2019-02-15 23:50:05 +01:00
resources Merge pull request #220 from Syncplay/vlc-copy-intf to address #193 2019-02-10 12:44:00 +00:00
syncplay VLC: hopefully fixes issue #213 2019-02-10 16:26:18 +01:00
.appveyor.yml Remove redundant syncplay.lua macOS install code 2019-02-03 19:05:35 +00:00
.gitignore Add preliminary support of PyInstaller on AppVeyor 2018-04-27 00:30:58 +02:00
.travis.yml Travis: bump minimum version to 10.12 2019-02-05 21:46:59 +01:00
GNUmakefile Automatically copy syncplay.lua to VLC user intf directory 2019-02-02 01:21:56 +00:00
LICENSE Include Apache 2.0 license via GitHub 2017-10-25 23:42:16 +02:00
Makefile renamed Makefile to GNUmakefile because it is specific to GNU Make 2014-08-14 20:51:39 +02:00
README.md Merged upstream changes 2018-04-11 12:24:38 +02:00
appdmg.py Removed VLC install script from dmg for macOS 2019-02-05 23:13:33 +01:00
bintray.json Upver to 1.6.0 RC1 / build 68 2018-09-16 20:38:42 +01:00
bintray_version.py Final Spacing changes for PR 2018-07-24 09:05:49 -07:00
buildPy2app.py Travis: bump minimum version to 10.12 2019-02-05 21:46:59 +01:00
buildPy2exe.py Automatically copy syncplay.lua to VLC user intf directory 2019-02-02 01:21:56 +00:00
server.crt TLS: server listens on TLS via IPv4 2019-02-15 23:50:05 +01:00
server.key TLS: server listens on TLS via IPv4 2019-02-15 23:50:05 +01:00
syncplayClient.py Import site in makefile 2018-07-28 22:10:41 +01:00
syncplayServer.py TLS: server listens on TLS via IPv4 2019-02-15 23:50:05 +01: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