Node.JS Server and JavaScript/HTML Client for synchronizing online media
Go to file
Calvin Montgomery 337e8cd1d3 Add some big ol nags about no support for gdrive 2021-08-08 09:49:20 -07:00
bin Remove old player that isn't used anymore 2021-07-25 20:46:32 -07:00
conf/example Add registration captcha support 2020-09-22 20:11:34 -07:00
docs Support enabling custom media subtitle by default 2020-11-09 18:37:45 -09: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 Add some big ol nags about no support for gdrive 2021-08-08 09:49:20 -07:00
src Refactor polls 2021-08-02 19:23:53 -07:00
templates Add some big ol nags about no support for gdrive 2021-08-08 09:49:20 -07:00
test Refactor polls 2021-08-02 19:23:53 -07:00
www Fix #913 2021-07-22 21:55:23 -07:00
.eslintrc.yml deps: upgrade some devdeps 2021-04-04 14:27:04 -07:00
.gitignore Fix ustream 2018-01-14 15:02:15 -08:00
.travis.yml Bump gcc version in travis.yml 2020-10-23 13:46:26 -07:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2016-02-17 19:38:47 -08:00
LICENSE Bump copyright year in LICENSE 2021-03-21 21:50:05 -07:00
NEWS.md Update some devdeps, resolves some npm audit warnings 2020-08-21 20:47:01 -07:00
README.md Clarify some wording 2018-03-17 17:47:27 -07:00
config.template.yaml RIP Mixer 2020-07-26 10:24:36 -07:00
index.js Fix npm jank 2020-10-23 11:51:59 -07:00
package-lock.json deps: bump cheerio to rc10 to resolve dependabot alert 2021-07-25 20:49:37 -07:00
package.json Add some big ol nags about no support for gdrive 2021-08-08 09:49:20 -07:00
postinstall.sh Fix npm jank 2020-10-23 11:51:59 -07:00
run.sh Refactor out server init to index.js 2013-10-11 15:48:01 -05: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.

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.