Go to file
Alberto Sottile a377535e42 macOS legacy build: add custom README and local build script 2019-03-21 13:05:47 +01:00
resources macOS legacy build: add custom README and local build script 2019-03-21 13:05:47 +01:00
syncplay macOS legacy build: adjust build scripts and background 2019-03-21 12:41:22 +01:00
.appveyor.yml AppVeyor: limit build to master 2019-02-27 22:56:53 +01:00
.gitignore startTLS: enabled on server and client, TCP stays as default 2019-02-15 23:51:22 +01:00
.travis.yml Merge pull request #223 from albertosottile/master 2019-02-18 22:17:21 +00: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-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 macOS legacy build: adjust build scripts and background 2019-03-21 12:41:22 +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 macOS legacy build: adjust build scripts and background 2019-03-21 12:41:22 +01:00
buildPy2exe.py Support high DPI in Windows installer (v2) 2019-03-10 23:09:06 +00:00
build_legacy.sh macOS legacy build: add custom README and local build script 2019-03-21 13:05:47 +01:00
requirements.txt requirements: amend Twisted minimum version 2019-02-26 12:20:26 +01:00
requirements_gui.txt requirements: separate files for GUI and TLS support 2019-02-26 12:20:15 +01:00
requirements_tls.txt requirements: amend Twisted minimum version 2019-02-26 12:20:26 +01:00
syncplayClient.py Import site in makefile 2018-07-28 22:10:41 +01:00
syncplayServer.py Get exact error value from Twisted if IPv6 listener is dual stack 2019-02-16 00:05:58 +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