Go to file
Alberto Sottile c07206c189 Run mpv subprocess with a system PYTHONPATH env on macOS.
youtube-dl relies on system python to run on macOS, but system
python cannot be executed in a subprocess created from the frozen
python3 executable. This makes youtube-dl unusable from frozen
versions of Syncplay on macOS. So, the environment of the mpv
subprocess is modified with system PYTHONPATH, allowing the
execution of /usr/bin/python (and hence, of youtube-dl)
from within the subprocess in frozen executables.

Fixes: #228
2019-03-14 18:40:33 +01:00
resources
syncplay Run mpv subprocess with a system PYTHONPATH env on macOS. 2019-03-14 18:40:33 +01:00
.appveyor.yml AppVeyor: limit build to master 2019-02-27 22:56:53 +01:00
.gitignore
.travis.yml
appdmg.py
bintray_version.py
bintray.json
buildPy2app.py
buildPy2exe.py Support high DPI in Windows installer (v2) 2019-03-10 23:09:06 +00:00
GNUmakefile
LICENSE
Makefile
README.md
requirements_gui.txt
requirements_tls.txt
requirements.txt
syncplayClient.py
syncplayServer.py

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