Sign inSign up

synctvorg/synctv

By synctvorg

Updated 11 days ago

远程一起看电影、直播。(同步观影)

Image
Web servers
23

100K+

synctvorg/synctv repository overview

logo

👫一个可以远程一起看电影/直播的程序🍿

Quick reference

What is SyncTV?

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.

How to use this image

start a synctv instance

docker run --name synctv -d -p 8080:8080 -v /opt/synctv:/root/.synctv synctvorg/synctv:latest

docker-compose

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

How to Configruge

Goto Docs

Tag summary

Content type

Image

Digest

sha256:cb85d3d98

Size

158 MB

Last updated

22 days ago

docker pull synctvorg/synctv