Go to file
2019-05-14 16:00:22 +02:00
syncplay Server EP: removed unnecessary 'import socket' 2019-05-14 16:00:22 +02:00
travis Travis: use pyside bottle from our tap 2019-05-05 23:59:42 +02:00
.appveyor.yml AppVeyor: upgrade PySide2 to 5.12.3 2019-05-06 23:45:01 +02:00
.gitignore
.travis.yml Travis: build matrix MacOS + Snap 2019-05-01 23:09:16 +02:00
appdmg.py
bintray_version.py Travis: build matrix MacOS + Snap 2019-05-01 23:09:16 +02:00
bintray.json Travis: build matrix MacOS + Snap 2019-05-01 23:09:16 +02:00
buildPy2app.py
buildPy2exe.py py2exe: include resources/*.png in the app bundle 2019-05-06 23:45:15 +02:00
GNUmakefile
LICENSE
Makefile
MANIFEST.in Add snapcraft support 2019-05-01 23:08:57 +02:00
README.md
requirements_gui.txt
requirements.txt
setup.py Add snapcraft support 2019-05-01 23:08:57 +02:00
snapcraft.yaml Add snapcraft support 2019-05-01 23:08:57 +02:00
syncplayClient.py
syncplayServer.py

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