An open API service indexing awesome lists of open source software.

https://github.com/catvec/video-sync

Synchronize videos between friends to create a remote theater experience.
https://github.com/catvec/video-sync

Last synced: 7 months ago
JSON representation

Synchronize videos between friends to create a remote theater experience.

Awesome Lists containing this project

README

          

# Video Sync
Synchronize videos between friends to create a remote theater experience.

# Table Of Contents
- [Overview](#overview)
- [Design](#design)

# Overview
Synchronizes a video across devices.

See [`extension/`](./extension) for web extension code.
See [`server/`](./server) for sync server code.

# Design
Users join sync sessions. The video state is synchronized inside this session.

A HTTP API is used to set state. A web socket is used to push notifications of
state updates.