Node.JS Server and JavaScript/HTML Client for synchronizing online media
Go to file
David Siaw 868d3a4b68
move docker docs out
2022-10-23 09:21:15 +00:00
bin Tweaks 2022-09-18 19:10:36 -07:00
conf/example Add registration captcha support 2020-09-22 20:11:34 -07:00
docs move docker docs out 2022-10-23 09:21:15 +00:00
gdrive-userscript Clarify gdrive userscript error when fmt_stream_map is missing 2017-12-26 20:40:12 -08:00
integration_test Add explicit integ test for old password hash verification 2021-03-21 21:50:05 -07:00
player Tweaks 2022-09-18 19:10:36 -07:00
src Fix inadvertent code reversions 2022-09-18 20:04:42 -07:00
templates Add compiled JSO libraries 2022-09-18 19:10:36 -07:00
test Tweaks 2022-09-18 19:10:36 -07:00
www Tweaks 2022-09-18 19:10:36 -07:00
.eslintrc.js Improve the ESLint situation 2022-09-18 19:10:36 -07:00
.gitignore Ignore patch files 2022-09-18 19:10:36 -07:00
.travis.yml Bump gcc version in travis.yml 2020-10-23 13:46:26 -07:00
Dockerfile update dockerfile 2022-09-20 21:22:41 +00:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2016-02-17 19:38:47 -08:00
LICENSE Tweaks 2022-09-18 19:10:36 -07:00
NEWS.md Tweaks 2022-09-18 19:10:36 -07:00
README.md move docker docs out 2022-10-23 09:21:15 +00:00
config.template.docker.yaml docker support 2022-09-20 21:10:26 +00:00
config.template.yaml Upgrade to socket.io v4 2021-08-19 20:36:04 -07:00
container-install.sh update back to correct filters 2022-09-21 13:45:51 +00:00
index.js Fix npm jank 2020-10-23 11:51:59 -07:00
package-lock.json Fix update mediaquery git hash 2022-09-18 19:10:36 -07:00
package.json update back to correct filters 2022-09-21 13:45:51 +00:00
postinstall.sh Fix npm jank 2020-10-23 11:51:59 -07:00
run.sh remove stray command 2022-10-22 12:17:42 +00:00
servcmd.sh.js Add support for v8-profiler (optional dep) 2017-09-18 21:54:36 -07:00

README.md

CyTube

CyTube is a project I started in early 2013 as a hobby project to build my own clone of synchtube.com (which shut down in March 2013).

The basic concept is that users register channels where connected viewers can watch videos from different video hosts (e.g., YouTube, Twitch) and the playback is synchronized for all the viewers in the channel.

Each channel has a playlist where users can queue up videos to play, as well as an integrated chatroom for discussion.

The official server is located at https://cytu.be, but there are other public servers hosted for various communities.

Installation

The installation guide for server administrators is located on the wiki.

Contact

Please check if the FAQ answers your question already.

For bug reports and feature requests, please open a GitHub issue. To report a security vulnerability, or to discuss an issue with https://cytu.be itself (unrelated to the code), please send me an email: cyzon@cytu.be

Please be courteous and search through the open and closed issues for your request before submitting a new one.

General help with the software and the website is also available on the IRC channel at irc.esper.net#cytube during US daytime hours.

Docker

Instructions on how to deploy Cytube using Docker is in the docs/docker.md file.

License

Original source code in this repository is provided under the MIT license (see the LICENSE file for the full text).

Bundled source code, such as third-party CSS and JavaScript libraries, are provided under their respective licenses.