Go to file
Alberto Sottile 281d8023fd Edit folder structure and add setuptools support (#231)
* setuptools: Initial commit

* setuptools: remove the .py extension from installed commands

* setuptools: restructure scripts to use entry_points in setup.py

* setuptools: include TLS dependencies and remove unneeded code

* setuptools: change resources path

* AppVeyor: upgrade Python and py2exe, embed TLS dependencies

* buildpy2exe: fix path for resources

* AppVeyor: upgrade py2exe and PySide2

* Amend setup.py according to the suggestions from PR #230

* Insert TLS dependencies in requirements

* AppVeyor: fix build for master

* AppVeyor: revert to PySide2 5.12.0
2019-04-13 14:39:55 +01:00
syncplay Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
.appveyor.yml Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
.gitignore Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
.travis.yml Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
appdmg.py Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01: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 Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
buildPy2exe.py Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
GNUmakefile Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
LICENSE
Makefile
MANIFEST.in Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
README.md Move Syncplay.pl web links to HTTPS 2018-03-22 18:05:32 +00:00
requirements_gui.txt requirements: separate files for GUI and TLS support 2019-02-26 12:20:15 +01:00
requirements.txt Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
setup.py Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
syncplayClient.py Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
syncplayServer.py Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +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