Node.JS Server and JavaScript/HTML Client for synchronizing online media
Go to file
calzoneman f2c996ebfa major refactoring 2013-10-11 16:31:40 -05:00
lib major refactoring 2013-10-11 16:31:40 -05:00
tests Fix the only thing I see that could possibly still cause #285 2013-10-07 19:03:20 -05:00
www Fix clean; minor error message fixes 2013-10-07 00:10:16 -05:00
.gitignore Move server files to lib/ to clean up root directory 2013-09-05 13:48:05 -05:00
LICENSE Fix licensing 2013-07-06 11:25:12 -04:00
README.md Update README.md 2013-08-21 18:56:52 -05:00
changelog Fix the only thing I see that could possibly still cause #285 2013-10-07 19:03:20 -05:00
index.js major refactoring 2013-10-11 16:31:40 -05:00
package.json Update changelog and version # 2013-10-01 23:02:31 -05:00
run.sh Refactor out server init to index.js 2013-10-11 15:48:01 -05:00
update.js Move server files to lib/ to clean up root directory 2013-09-05 13:48:05 -05:00
version.py Add version update script 2013-04-23 16:16:43 -05:00

README.md

Read before submitting an issue: https://github.com/calzoneman/sync/wiki/Reporting-an-Issue

calzoneman/sync

About

CyTube (formerly Sync) is a server/client combination providing media synchronization, chat, and administration for an arbitrary number of channels. I began developing this as a hobby project, and when Synchtube announced their closure, I began polishing it and readying it for the public.

I am hosting a CyTube server at http://cytu.be

The serverside is written in JavaScript and runs on Node.JS. It makes use of a MySQL database to store user registrations, cached media metadata, and data about each channel.

The clientside is written in JavaScript and makes use of Socket.IO and jQuery as well as the APIs for various media providers. The web interface uses Bootstrap for layout and styling.

The following media sources are currently supported:

  • YouTube (individual videos)
  • YouTube Playlists
  • Vimeo
  • Dailymotion
  • Soundcloud
  • Livestream.com
  • Twitch.tv
  • Justin.tv
  • Ustream.tv
  • RTMP livestreams
  • Custom <iframe> and <object> tags

Installing

Installation instructions are available here: https://github.com/calzoneman/sync/wiki/Installing

Running

Start the server: node server.js You should now be able to connect via yourhostname:port where port is the port you defined in config.js

Feedback

Please open a GitHub Issue.

License

Licensed under MIT See LICENSE for the full license text