Go to file
Alberto Sottile efc954441c Include Apache 2.0 license via GitHub 2017-10-24 17:54:02 +02:00
resources Added third party license notices and Apache License in RTF 2017-09-29 19:14:55 +02:00
syncplay Remove debug code from server 2017-10-19 18:45:40 +01:00
.appveyor.yml Fixed Travis, appveyor and BinTray for Syncplay/master 2017-10-14 18:48:02 +02:00
.gitignore Changed deployment target to Bintray 2017-10-08 00:09:12 +02:00
.travis.yml Amended Bintray secure key on Travis 2017-10-15 17:09:07 +02:00
GNUmakefile Added x86_64-linux-gnu lib location for syncplay.lua. Fixes PR #103 2017-01-23 22:10:30 +01: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 Updating README 2014-02-22 14:36:13 +00:00
appdmg.py Automatic DMG creation and VLC install script for macOS 2017-09-28 00:19:12 +02:00
bintray.json Changed Bintray subject to Syncplay 2017-10-15 15:31:30 +02:00
buildPy2app.py Added third party license notices and Apache License in RTF 2017-09-29 19:14:55 +02:00
buildPy2exe.py Changed deployment target to Bintray 2017-10-08 00:09:12 +02: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 mplayer2, mpv, Media Player Classic (MPC-HC) and VLC 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.

What it doesn't do

Syncplay does not use video streaming or file sharing so each user must have their own copy of the media to be played. Syncplay does not synchronise player configuration, audio/subtitle track choice, playback rate, volume or filters. Furthermore, users must manually choose what file to play as Syncplay does not synchronise which file is open. Finally, Syncplay does not provide a voice or text-based chat platform to allow for discussion during playback as Syncplay is intended to be used in conjunction with third-party communication solutions such as IRC and Mumble.

Authors

  • Concept and principal Syncplay developer - Uriziel.
  • Other Syncplay coders - daniel-123, Et0h.
  • Original SyncPlay code - Tomasz Kowalczyk (Fluxid), who developed SyncPlay at https://github.com/fluxid/syncplay