A node.js web app to synchronise videos (and the audio) between different users.
100K+
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!
Coming soon:
remote-media can be run with docker using the docker hub, docker-compose file or just by building a docker image manually from the repo.
Through Docker Hub:
docker pull banksio/remote-media
docker run --publish 3694:3694 --detach --name remotemedia banksio/remote-media:latest
With docker-compose:
git clone https://github.com/banksio/remote-media.git
cd remote-media
docker-compose up
Building manually:
git clone https://github.com/banksio/remote-media.git
cd remote-media
docker build --tag remote-media:1.0 .
docker run --publish 3694:3694 --detach --name remotemedia remote-media:1.0
And kill with: docker rm --force remotemedia
npm install.npm start.remote-media runs on port 3694 by default.
The root page is the "receiver", and the admin panel is used to control the media playing on the receivers. The admin page is located at /admin.
If it doesn't work, please submit a bug.
To develop for remote-media, just follow the instructions listed to run the app manually above.
Content type
Image
Digest
Size
43.4 MB
Last updated
over 4 years ago
docker pull banksio/remote-media:rewrite-dev