Go to file
Etoh d73204870f
Typofix
2018-01-14 20:11:20 +00:00
resources Make repl.lua copyright notice more prominent 2018-01-14 17:54:18 +00:00
syncplay Merge chat-OSD 2018-01-14 18:04:29 +00:00
.appveyor.yml Update .appveyor.yml 2017-12-25 20:36:45 +00:00
.gitignore Add /syncplay_v* to gitignore list 2017-12-25 21:01:04 +00:00
.travis.yml Added automatic version numbering in Travis 2018-01-08 15:25:29 +01: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-25 23:45:15 +02:00
Makefile renamed Makefile to GNUmakefile because it is specific to GNU Make 2014-08-14 20:51:39 +02:00
README.md Typofix 2018-01-14 20:11:20 +00:00
appdmg.py Added background-guide image and README in macOS dmg 2017-10-25 23:45:55 +02:00
bintray.json Update bintray.json 2017-12-25 21:10:09 +00:00
buildPy2app.py Selected PySide 1.x as preferred binding 2017-10-04 15:38:24 +02:00
buildPy2exe.py Make repl.lua copyright notice more prominent 2018-01-14 17:54:18 +00:00
syncplayClient.py Changed default program to run syncplay (python to python2) in *nix 2014-12-07 16:16:29 +01:00
syncplayServer.py Enable chat by default 2016-07-04 00:09:36 +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

http://syncplay.pl

Download

http://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