Complete solution to sync videos between browsers. Includes server and a browser plugin. Inspired by SyncTube, but designed to work on all websites that use HTML5 video.
- go
- npm
- webpack
go build
cd extension
npm install
npx webpack
cd popup
npm install
npx webpack
- Run server
- Install the plugin
- Create room
- Start video in the browser
- Wait for other person
- Enjoy synchronized watch experience
- Install the plugin
- Join room
- Navigate to the page containing the video
- Enjoy synchronized watch experience