Mozzarella

Home

Watch Together

Browser extension that synchronizes video playback using WebRTC on any site that has HTML video. 2 peers can connect to each other and each can control the same video by pausing / playing or seeking theirs. It is completely serverless.

HOW TO USE

1. First peer creates a session and sends their own id to the other (e.g. via some messaging platform).
2. Second peer pastes first's id into the corresponding field and presses connect.
3. Second peer receives its own id and sends it back to the first.
4. First peer pastes second's id into the corresponding field and presses connect.
5. Now that connected, if the two of you visit the same site with any video, the playback will be synhronized. The synhronization can be turned on or off by the toggle on the bottom.

Repository can be found on GitHub.

Install