Synchronized video viewing with chat and other features. Lightweight modern implementation and a very easy way to run locally.
Default channel example: https://synctube.onrender.com/
- Control video playback for all users with active
Leader
button - Start watching local videos while uploading them to the server, before upload completes
- External
vtt
/srt
/ass
subtitles support - External audiotrack / voiceover support
/30
,/-21
, etc chat commands to rewind video playback by seconds- Hotkeys (
Alt-P
for global play/pause, etc) - Compact view button with page fullscreen on Android
- Playback rate synchronization (with leader)
- Links mask:
foo.com/bar${1-4}.mp4
to add multiple items - Override every front-end file you want (
user/res
folder) - Native mobile client
- Enable
requestLeaderOnPause
to allow global pause by any user, withoutLeader
button - Enable
unpauseWithoutLeader
to allow global unpause for non-leaders
- Youtube (videos, shorts, streams and playlists)
- Streamable
- VK
- Raw mp4 videos and m3u8 playlists (or any other media format supported in browser)
- Iframes (without sync)
- Open
4200
port in your router settings (port is customizable) npm ci
in this project folder (NodeJS 14+ 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
or
docker compose up -d
- (Docker container hides real local/global ips, so you need to checkout it manually)
If you want to enable Cache on server
feature for Youtube player, you can also run:
npm i @distube/ytdl-core@latest
And install ffmpeg
on your server system, it's only used to build single mp4 from downloaded audio/video tracks. Default cache size is 3.0 GiB.
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, seeking, playback speed)
- If you want to restrict permissions or add admins/emotes, see
Configuration
above
/-1h9m54
- Command format to rewind video back by1 hour 9 minutes 54 seconds
/ad
- Rewind sponsored block in active YouTube video/fb
(/flashback
) - rewind video to a prev time if someone rewinded/restarted video accidentally/clear
- Clear chat. Admin clears chat globally/help
- Show initial tutorial message
/ban Guest 1 2h
- Ban userGuest 1
ip for2 hours
/unban Foo
(/removeBan
) - Unban userFoo
/kick Foo
- ForceFoo
disconnection until page reload/dump
- Download state dump to report issues
- Create app and commit repo to get build
- Remove
user/
folder from.gitignore
and commit it to change default configuration - Add
APP_URL
config var withyour-app-link.herokuapp.com
value to prevent sleeping when clients online
- Install Haxe 4.3, VSCode and Haxe extension
haxelib install all
to install extern libs- If you skipped
Setup
section before:npm ci
- Open project in VSCode and press
F5
for client+server build and run
- Redesign by Austin Riddell
- Original idea by Calvin Montgomery
- Default emotes by emlan