Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
/ syncwatch-desktop Public archive

Syncwatch with support for more video formats and bittorrent

Notifications You must be signed in to change notification settings

utkuce/syncwatch-desktop

Repository files navigation

syncwatch-desktop

Complete rewrite of syncwatch with support for video formats other than mp4 and webm, and bittorrent support rather than just webtorrent.

Syncs the position and pause state of the video player between connected peers to watch videos together with friends. Works with magnet links and starts playback instantly. Other supported video sources can be found here. Requires mpv and optionally youtube-dl to be installed on the system. Windows installer includes both.

Build

npm install then

  • npm start to run the app
  • npm run build to create an executable and makensis Syncwatch.nsi to create a windows installer

TODO

  • Multiple peers in a room
  • Mac and Linux installers