This package browser is in early development. Mind the rough edges.

syncplay

Client/server to synchronize media playback on many computers

Syncplay is a solution to synchronize video playback across multiple instances of media players over the Internet. When one person pauses/unpauses playback or skips to a position in the video, this is replicated across all media players connected to the same server and in the same "room" (viewing session). A built-in text chat for discussing the synced media is also included for convenience.

Installation

Install the latest version of syncplay as follows:

guix install syncplay

Or install a particular version:

guix install syncplay@1.7.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of syncplay about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/syncplay'><img src='https://packages.guix.gnu.org/packages/syncplay/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/syncplay/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/syncplay)

Example Org:

[[https://packages.guix.gnu.org/packages/syncplay][https://packages.guix.gnu.org/packages/syncplay/badges/latest-version.svg]]