1.0.0-alpha.1 • Published 4 years ago

remote-media v1.0.0-alpha.1

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

remote-media

Azure DevOps builds David Dependencies

A node.js web app to synchronise YouTube videos (and the audio) between different users. Currently designed for audio, this solution does not yet keep users in sync if they manually seek after the video has begun. Everyone should be in sync at the beginning of the video and otherwise if they do not seek their video manually.

Currently in beta: There may still be some rough edges, but please feel free to test it and report any bugs found, or new features that may be beneficial!

Features

  • Play a YouTube video in sync across multiple clients.
  • Enqueue other YouTube videos to play automatically after the current video.

Coming soon:

  • Automatically parse YouTube playlists for their videos.
  • Keep the videos in sync if someone seeks.

Usage

Prerequisites

  • Node.js and npm

Run

  1. Clone or download the repo onto your local machine or server.
  2. Run npm install.
  3. Run npm start.
  4. Connect to the web interface on port 3694.

The default page is the "reciever", and the admin panel is used to control the media playing on the recievers. The admin page is located at /admin.

If it doesn't work, please submit a bug.

Development

To develop for remote-media, just follow the same usage instructions as above.