Go to file
Etoh 793e55ddbc
Move to JSON IPC API for mpv using iwaltons3's library (#261) (#310)
* Separate mpv from mplayer, increase min mpv ver to >= 0.17, refactor

* Further separation of mpv from mplayer

* Fix reference to isASCII

* Add iwalton3's Python MPV JSONIPC library (Apache 2.0)

* Move to JSON IPC API for mpv using iwaltons3's library (#261)

* Add empty init in Python MPV JSONIPC to make py2exe happy

* Use managed version of Python MPV JSONIPC to improve initialisation reliability

* Set mpv min version to >=0.29.0 to ensure compatibility

* Allow mpv >=0.23.0 based on daniel-123's tests

* Update mpv compatibility message

* Revert to old OSC compat message

* Removed mpv option that's no longer used afer switching to IPC.

* Update python-mpv-jsonipc to v1.1.11

* Use python-mpv-jsonipc's mpv quit handler

* Shorten mpv paused/position update message

Co-authored-by: daniel-123 <wrobel.dan@gmail.com>
2020-05-15 19:23:57 +01:00
syncplay Move to JSON IPC API for mpv using iwaltons3's library (#261) (#310) 2020-05-15 19:23:57 +01:00
travis Remove ruby reinstall workaround for openssl, as not needed 2020-03-22 17:39:35 +00:00
.appveyor.yml AppVeyor: upgrade PySide2 to 5.12.3 2019-05-06 23:45:01 +02:00
.gitignore Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
.travis.yml Drop Xcode back to 8.3 2020-03-15 12:59:29 +00:00
appdmg.py Edit folder structure and add setuptools support (#231) 2019-04-13 14:39:55 +01:00
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 macOS: add support for Mojave Dark Mode 2019-05-14 16:00:22 +02:00
buildPy2exe.py Add Brazilian Portuguese translation (#291) 2020-04-19 18:56:57 +01:00
GNUmakefile Remove some odd locations for icons (#249) 2019-11-18 17:51:05 +00: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
MANIFEST.in Add snapcraft support 2019-05-01 23:08:57 +02:00
README.md Add build status badges 2020-03-14 13:53:07 +00:00
requirements_gui.txt requirements: separate files for GUI and TLS support 2019-02-26 12:20:15 +01:00
requirements.txt Misspell: change "inteface" to "interface" (#247) 2019-07-25 22:21:12 +01:00
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 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

Travis build Status Appveyor build status

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.

License

This project, the Syncplay released binaries, and all the files included in this repository unless stated otherwise in the header of the file, are licensed under the Apache License, version 2.0. A copy of this license is included in the LICENSE file of this repository. Licenses and attribution notices for third-party media are set out in third-party-notices.rtf.

Authors