https://github.com/jeffmikels/vmix-social-mobile
making vmix social more mobile friendly
https://github.com/jeffmikels/vmix-social-mobile
hacktoberfest javascript vmix
Last synced: 4 months ago
JSON representation
making vmix social more mobile friendly
- Host: GitHub
- URL: https://github.com/jeffmikels/vmix-social-mobile
- Owner: jeffmikels
- Created: 2020-08-11T20:48:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T19:22:51.000Z (over 4 years ago)
- Last Synced: 2025-01-07T21:51:22.484Z (5 months ago)
- Topics: hacktoberfest, javascript, vmix
- Language: JavaScript
- Homepage:
- Size: 714 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vMix Social Mobile
The vMix Social interface is nice and all, but this makes it nicer.
## Installation / Usage
```
$ git clone https://github.com/jeffmikels/vmix-social-mobile.git
$ cd vmix-social-mobile
$ npm install
$ node index.js [IP_ADDRESS_OF_YOUR_VMIX_COMPUTER]
```Alternatively, you can put the vmix IP address in the config file:
```
$ cp config.example.js config.js
```