Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyc3/opentogethertube
Watch videos with your friends. The spiritual successor to TogetherTube, preserving the spirit of it's simple to use interface, while improving it's look, feel, and reliability.
https://github.com/dyc3/opentogethertube
entertainment hacktoberfest nodejs social video video-streaming video-synchronization vuejs
Last synced: 23 days ago
JSON representation
Watch videos with your friends. The spiritual successor to TogetherTube, preserving the spirit of it's simple to use interface, while improving it's look, feel, and reliability.
- Host: GitHub
- URL: https://github.com/dyc3/opentogethertube
- Owner: dyc3
- License: agpl-3.0
- Created: 2019-07-21T14:17:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T15:49:41.000Z (7 months ago)
- Last Synced: 2024-05-02T01:45:59.253Z (7 months ago)
- Topics: entertainment, hacktoberfest, nodejs, social, video, video-streaming, video-synchronization, vuejs
- Language: TypeScript
- Homepage: https://opentogethertube.com
- Size: 15.3 MB
- Stars: 388
- Watchers: 12
- Forks: 51
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# OpenTogetherTube
[![CI/CD](https://github.com/dyc3/opentogethertube/actions/workflows/main.yml/badge.svg)](https://github.com/dyc3/opentogethertube/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/dyc3/opentogethertube/branch/master/graph/badge.svg)](https://codecov.io/gh/dyc3/opentogethertube)
[![Docker size](https://img.shields.io/docker/image-size/dyc3/opentogethertube)](https://hub.docker.com/r/dyc3/opentogethertube)The easy way to watch videos with your friends.
Try it here: https://opentogethertube.com/
# Features
- Real-time video synchronization
- No account registration required
- Bookmarkable rooms with custom URLs for easy sharing
- Text chat
- SponsorBlock integration
- Plays videos from:
- YouTube
- Vimeo
- `.mp4` files served over HTTP
- HLS VOD streams
- DASH VOD streams
- [...and some others.](https://github.com/dyc3/opentogethertube/tree/master/server/services)
- Vote mode: Vote on what to watch next
- Vote to skip
- DJ mode: Good for D&D background music
- Room permissions
- Multiple UI themes# Deployment
See the [deployment docs](docs/how-to-deploy.md).
# Contributing
Contributions are welcome! Check out issues that have the "good first issue" label. Read [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.