whyboris / Video-Hub-App-remote

Remote control for Video Hub App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Hub App Remote

This is the "Remote" for Video Hub App (see GitHub).

It lets you browse videos showing in Video Hub App and make the app play videos on your computer by using your phone or tablet (when both are connected to the same WiFi).

remote

Developing

This is an Angular project.

  • npm install to install
  • npm start to develop
  • npm run build to build

You may need to allow CORS.

Video Hub App will start a socket server and all communication between it and the Remote will happen with messages sent over the web socket connection.

In Chrome Developer Tools click Toggle device toolbar to interact using "touch events" (not mouse clicks).

The assets built with this repository are meant to be added into Video Hub App before compiling.

Thank you

Thank you to Feather for icons.

About

Remote control for Video Hub App


Languages

Language:TypeScript 53.3%Language:HTML 30.6%Language:SCSS 14.7%Language:JavaScript 1.4%