remote-media
v1.0.0-alpha.1
Published
A small app to control other client's media remotely.
Downloads
2
Readme
remote-media
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
- Clone or download the repo onto your local machine or server.
- Run
npm install
. - Run
npm start
. - 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.