Go to file
Etoh 6c632e3159
Fix some rewind issues relating to file loads / playlist changes (#698)
* Re-introduce rewind double check

* Major re-work to playlist changing/advancement (#683 & #618)

* Remove stray print

* Fix mpv.net 'auto load folder' playlist advancement bug

* Update client.py to remove commented-out code
2024-11-18 20:05:51 +00:00
.github Migrate to actions/upload-artifact@v4 (#697) 2024-09-30 19:42:25 +01:00
ci Adding pyside6 as alternative to pyside2 in deb dependencies 2024-08-10 09:37:46 +02:00
docs Add Korean to language docs 2023-03-14 20:47:35 +00:00
syncplay Fix some rewind issues relating to file loads / playlist changes (#698) 2024-11-18 20:05:51 +00:00
.gitignore Migrate from Travis CI to GitHub Actions (#374) 2021-01-11 18:55:59 +00:00
GNUmakefile Remove adding executable permissiosn to .desktop files 2024-01-27 09:32:37 +01:00
LICENSE Include Apache 2.0 license via GitHub 2017-10-24 17:54:02 +02:00
MANIFEST.in Add notice for Python in third party collection file (#404) 2021-03-28 21:08:51 +01:00
Makefile renamed Makefile to GNUmakefile because it is specific to GNU Make 2014-08-14 20:51:39 +02:00
README.md Add notice for Python in third party collection file (#404) 2021-03-28 21:08:51 +01:00
appdmg.py appdmg: update for dmgbuild 1.4.2 2020-10-21 00:14:00 +02:00
buildPy2app.py Fix update check on macOS (#595) 2023-03-19 22:13:26 +00:00
buildPy2exe.py Build Windows client console exe (#450) (#631) 2023-10-11 22:12:38 +01:00
requirements.txt SyncplayClient: explicitly pass `certifi` as trustRoot for Twisted 2022-11-05 23:45:51 +01:00
requirements_gui.txt Use PySide6 for non-windows + python >= 3.12 (#645) 2023-11-24 00:27:36 +00:00
setup.py Migrate from Travis CI to GitHub Actions (#374) 2021-01-11 18:55:59 +00: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
vlc-help.txt Improve handling of big media directories (#694) (#699) 2024-11-18 20:05:14 +00:00

README.md

Syncplay

GitHub Actions 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.txt.

Authors