Go to file
Etoh 14bb074aa9 Syncplay now supports VLC 2.1+, reflect that in NSIS 2013-11-10 11:06:06 +00:00
resources Update syncplay.lua to 0.1.6 - should work on VLC 2.1/2.2 on Windows 2013-11-10 01:45:44 +00:00
syncplay Require VLC interface 0.1.6 minimum 2013-11-10 11:04:28 +00:00
.gitignore tequila init 2012-10-12 18:37:12 +02:00
Makefile Permissions for executables on linux now enforced [thanks hollander]. 2013-11-07 22:39:18 +01:00
README.md Cleaned up readme - guide is on offical page. 2013-06-18 23:02:35 +02:00
buildPy2exe.py Syncplay now supports VLC 2.1+, reflect that in NSIS 2013-11-10 11:06:06 +00:00
syncplayClient.py Fixed building py2exe with PySide 2013-06-08 15:00:44 +02:00
syncplayServer.py Fixed warning in server enviroment when starting with pygtk installed there with no display 2013-03-06 22:05:34 +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

Downloads

http://sourceforge.net/projects/syncplay/

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 or 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.