Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t2t2/obs-tablet-remote
Tablet optimised OBS Remote
https://github.com/t2t2/obs-tablet-remote
obs obs-studio obs-websocket
Last synced: 10 days ago
JSON representation
Tablet optimised OBS Remote
- Host: GitHub
- URL: https://github.com/t2t2/obs-tablet-remote
- Owner: t2t2
- License: mit
- Created: 2015-09-08T02:36:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:35:37.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T12:33:54.260Z (3 months ago)
- Topics: obs, obs-studio, obs-websocket
- Language: Vue
- Homepage: http://t2t2.github.io/obs-tablet-remote/
- Size: 6.9 MB
- Stars: 428
- Watchers: 26
- Forks: 130
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OBS Remote Tablet
OBS Remote UI optimised for tablets, but really it works with any web browser.
## Building instructions
* Clone the repository
* Install dependencies `npm install`
* Build it! `npm run build`Built files will be in `dist/` directory, serve these with your favourite webserver, be it nginx, apache, one of those fancy one-liners or whatever.
## Developing
* Clone
* Install dependencies
* `npm run dev`