• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

syncplay/H03-May-2022-17,88314,879

travis/H23-Jun-2019-15899

.appveyor.ymlH A D23-Jun-20191.7 KiB6654

.gitignoreH A D23-Jun-2019158 1816

.travis.ymlH A D23-Jun-20192.2 KiB4640

GNUmakefileH A D03-May-20223.6 KiB11796

LICENSEH A D23-Jun-201911.1 KiB202169

MANIFEST.inH A D23-Jun-2019227 87

MakefileH A D23-Jun-201946 65

README.mdH A D23-Jun-20192.8 KiB5319

appdmg.pyH A D23-Jun-20194.2 KiB16680

bintray.jsonH A D23-Jun-2019385 2120

bintray_version.pyH A D23-Jun-2019253 158

buildPy2app.pyH A D23-Jun-20191.3 KiB4540

buildPy2exe.pyH A D23-Jun-201927.5 KiB722603

setup.pyH A D23-Jun-20192.2 KiB6861

snapcraft.yamlH A D23-Jun-20191.3 KiB3631

syncplayClient.pyH A D03-May-2022393 1710

syncplayServer.pyH A D03-May-2022406 1810

README.md

1<!---
2# Copyright (C) 2019 Syncplay
3# This file is licensed under the MIT license - http://opensource.org/licenses/MIT
4
5# Permission is hereby granted, free of charge, to any person obtaining a copy
6# of this software and associated documentation files (the "Software"), to deal
7# in the Software without restriction, including without limitation the rights
8# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9# copies of the Software, and to permit persons to whom the Software is
10# furnished to do so, subject to the following conditions:
11
12# The above copyright notice and this permission notice shall be included in all
13# copies or substantial portions of the Software.
14
15# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21# SOFTWARE.
22-->
23
24#  Syncplay
25
26Solution to synchronize video playback across multiple instances of mpv, VLC, MPC-HC, MPC-BE and mplayer2 over the Internet.
27
28## Official website
29https://syncplay.pl
30
31## Download
32https://syncplay.pl/download/
33
34## What does it do
35
36Syncplay synchronises the position and play state of multiple media players so that the viewers can watch the same thing at the same time.
37This 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).
38When 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).
39
40## What it doesn't do
41
42Syncplay is not a file sharing service.
43
44## License
45
46This 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](https://www.apache.org/licenses/LICENSE-2.0.html). 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](syncplay/resources/third-party-notices.rtf).
47
48## Authors
49* *Initial concept and core internals developer* - Uriziel.
50* *GUI design and current lead developer* - Et0h.
51* *Original SyncPlay code* - Tomasz Kowalczyk (Fluxid), who developed SyncPlay at https://github.com/fluxid/syncplay
52* *Other contributors* - See http://syncplay.pl/about/development/
53