Bump browserslist from 4.16.3 to 4.16.6
[KisSync.git] / README.md
blobcd3b3e05d5cabe13a839b28037fbeea5c0518819
1 CyTube
2 ======
4 CyTube is a project I started in early 2013 as a hobby project to build my own
5 clone of synchtube.com (which shut down in March 2013).
7 The basic concept is that users register channels where connected viewers can
8 watch videos from different video hosts (e.g., YouTube, Twitch) and the playback
9 is synchronized for all the viewers in the channel.
11 Each channel has a playlist where users can queue up videos to play, as well as
12 an integrated chatroom for discussion.
14 The official server is located at https://cytu.be, but there are other public
15 servers hosted for various communities.
17 ## Installation
19 The installation guide for server administrators is located [on the
20 wiki](https://github.com/calzoneman/sync/wiki/CyTube-3.0-Installation-Guide).
22 ## Contact
24 **Please check if the
25 [FAQ](https://github.com/calzoneman/sync/wiki/Frequently-Asked-Questions)
26 answers your question already.**
28 For bug reports and feature requests, please open a GitHub issue.  To report a
29 security vulnerability, or to discuss an issue with https://cytu.be itself
30 (unrelated to the code), please send me an email: cyzon@cytu.be
32 Please be courteous and search through [the open and closed
33 issues](https://github.com/calzoneman/sync/issues?utf8=%E2%9C%93&q=is%3Aissue)
34 for your request before submitting a new one.
36 General help with the software and the website is also available on the IRC
37 channel at [irc.esper.net#cytube](http://webchat.esper.net/?channels=cytube)
38 during US daytime hours.
40 ## License
42 Original source code in this repository is provided under the MIT license
43 (see the LICENSE file for the full text).
45 Bundled source code, such as third-party CSS and JavaScript libraries, are
46 provided under their respective licenses.