👫一个可以远程一起看电影/直播的程序🍿
Maintained by:
Where to get help:
Discussion
SyncTV is a program that allows you to watch movies and live broadcasts together remotely. It provides features such as synchronized viewing, live streaming, and chat. With SyncTV, you can watch videos and live broadcasts with friends and family, no matter where they are.
SyncTV's synchronized viewing feature ensures that everyone watching the video is at the same point. This means that you can pause, fast forward, rewind, change playback speed, and other operations, and everyone else will be synchronized to the same point.
docker run --name synctv -d -p 8080:8080 -v /opt/synctv:/root/.synctv synctvorg/synctv:latest
Latest example file please refer to docker-compose.yml
Example docker-compose.yml for synctv:
version: '3.3'
services:
synctv:
image: 'synctvorg/synctv:latest'
container_name: synctv
restart: unless-stopped
ports:
- '8080:8080/tcp'
- '8080:8080/udp'
volumes:
- /opt/synctv:/root/.synctv
environment:
- PUID=0
- PGID=0
- UMASK=022
- TZ=Asia/Shanghai
Content type
Image
Digest
sha256:cb85d3d98…
Size
158 MB
Last updated
22 days ago
docker pull synctvorg/synctv