Go to file
2019-01-27 11:42:06 +01:00
resources Merge python 3.x branch 2018-07-17 09:54:55 +02:00
syncplay IPv6: accept IPv6 address and port in hostname 2019-01-27 11:41:58 +01:00
.appveyor.yml AppVeyor: update pypiwin32 and PySide2 2019-01-15 12:08:08 +01:00
.gitignore Add preliminary support of PyInstaller on AppVeyor 2018-04-27 00:30:58 +02:00
.travis.yml Travis: use PySide 5.11 homebrew bottle 2019-01-15 12:08:24 +01:00
appdmg.py Revert "Revert "Code Syntax Refactoring"" 2018-07-23 14:12:09 -07:00
bintray_version.py Final Spacing changes for PR 2018-07-24 09:05:49 -07:00
bintray.json Upver to 1.6.0 RC1 / build 68 2018-09-16 20:38:42 +01:00
buildPy2app.py Revert "Revert "Code Syntax Refactoring"" 2018-07-23 14:12:09 -07:00
buildPy2exe.py buildpy2exe: prune QtWebEngine 2019-01-15 12:08:33 +01:00
GNUmakefile Import site in makefile 2018-07-28 22:10:41 +01:00
LICENSE Include Apache 2.0 license via GitHub 2017-10-25 23:42:16 +02:00
Makefile
README.md Merged upstream changes 2018-04-11 12:24:38 +02:00
syncplayClient.py Import site in makefile 2018-07-28 22:10:41 +01:00
syncplayServer.py IPv6: server accepts IPv4 and IPv6 connections 2019-01-27 11:42:06 +01: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