sync/README.md

47 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2018-03-18 00:46:21 +00:00
CyTube
======
2013-05-23 14:40:52 +00:00
2018-03-18 00:46:21 +00:00
CyTube is a project I started in early 2013 as a hobby project to build my own
2018-03-18 00:47:27 +00:00
clone of synchtube.com (which shut down in March 2013).
2013-02-16 05:02:42 +00:00
2018-03-18 00:46:21 +00:00
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.
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
Each channel has a playlist where users can queue up videos to play, as well as
an integrated chatroom for discussion.
2013-04-09 21:44:47 +00:00
2018-03-18 00:46:21 +00:00
The official server is located at https://cytu.be, but there are other public
servers hosted for various communities.
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
## Installation
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
The installation guide for server administrators is located [on the
wiki](https://github.com/calzoneman/sync/wiki/CyTube-3.0-Installation-Guide).
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
## Contact
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
**Please check if the
[FAQ](https://github.com/calzoneman/sync/wiki/Frequently-Asked-Questions)
answers your question already.**
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
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
2013-04-09 21:44:47 +00:00
2018-03-18 00:46:21 +00:00
Please be courteous and search through [the open and closed
issues](https://github.com/calzoneman/sync/issues?utf8=%E2%9C%93&q=is%3Aissue)
for your request before submitting a new one.
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
General help with the software and the website is also available on the IRC
channel at [irc.esper.net#cytube](http://webchat.esper.net/?channels=cytube)
during US daytime hours.
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
## License
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
Original source code in this repository is provided under the MIT license
(see the LICENSE file for the full text).
2013-02-16 17:19:59 +00:00
2018-03-18 00:46:21 +00:00
Bundled source code, such as third-party CSS and JavaScript libraries, are
provided under their respective licenses.