rainloreley / atlas

Remote Video Controller and Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlas

Video Remote Control program to play videos on an external device on the same network

Setup

  1. Open the client application on the remote computer
  2. Allow network access (if requested by the OS)
  3. Add videos to the path shown on the screen
  4. Open the controller website on the local computer
  5. Enter the IP address shown on the remote computer and click on "Connect"

Limitations

This program is just a small test to see if this setup works. Following features are (currently) missing:

  • Encryption/password protection
  • individual projects
  • file upload to remote computer
  • duplication of videos

Build

Client

git clone "https://github.com/rainloreley/atlas"
cd atlas/client
npm install
npm run build

Controller

git clone "https://github.com/rainloreley/atlas"
cd atlas/controller
npm install
npm run buildstatic

License

This project is licensed under the MIT License

About

Remote Video Controller and Client

License:MIT License


Languages

Language:TypeScript 63.2%Language:JavaScript 27.0%Language:CSS 7.4%Language:HTML 1.5%Language:Shell 0.9%