Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally.
Default channel example: https://synctube.onrender.com/
- Reworked layout and theme
- Multi-Language support
- Hotkeys (
Alt-Pfor global play/pause, etc) - Mobile view with page fullscreen
- Way to play local videos for network users (without NAT loopback feature)
- Playback rate synchronization (with leader)
/30,/-21, etc to rewind video playback in seconds- Links mask:
foo.com/bar${1-4}.mp4to add multiple items - Override every front-end file you want (
user/resfolder) - Native mobile client
- Youtube (videos, shorts, streams and playlists)
- Raw mp4 videos and m3u8 playlists (or any other media format supported in browser)
- Iframes (without sync)
- Open
4200port in your router settings (port is customizable) npm install wsin this project folder (NodeJS required)- Run
node build/server.js - Open showed "Local" link for yourself and send "Global" link to friends
- As alternative, you can install Docker and run:
docker build -t synctube .docker run --rm -it -p 4200:4200 -v ${PWD}/user:/usr/src/app/user synctube- (Docker container hides real local/global ips, so you need to checkout it manually)
It's just works, but you can also check user/ folder for server settings and additional customization.
- Login with any nickname
- Add your video url with "plus" button below (youtube or direct link to mp4 for example)
- Now it plays and syncs for all page users, well done
- You can click "leader" button to get access to global video controls (play/pause, time setting, playback speed)
- If you want to restrict permissions or add admins/emotes, see
Configurationabove
- Create app and commit repo to get build
- Remove
user/folder from.gitignoreand commit it to change default configuration - Add
APP_URLconfig var withyour-app-link.herokuapp.comvalue to prevent sleeping when clients online
- Install Haxe 4.3, VSCode and Haxe extension
haxelib install allto install extern libs- If you skipped
Setupsection before:npm ci - Open project in VSCode and press
F5for client+server build and run
- Layout and design by Austin Riddell
- Original idea by Calvin Montgomery
- Default emotes by emlan