This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
Releases: curtgrimes/vmix-rest-api
Releases · curtgrimes/vmix-rest-api
v0.4
Changelog
- Added
logging
config option for logging incoming requests to the console for testing (#5) - Added ability to get titles and update titles on inputs (#3)
- Changed the structure of the input object
PUT /inputs/{inputId}
now requires parameters in body as a JSON object instead of in the query string
Installation
- Download the latest Windows release
- Run vMix and enable the Web Controller.
- Open the included config.yml file in a text editor and update it with your Web Controller URL. Optionally enable settings for remote API access and remote Web Controller access.
- Run the vMix REST API and you'll be given the local base URL to your REST API (and also remote access URLs if you enabled remote access). Check out the examples to get started or read the full API documentation.
v0.3
Installation
- Download the latest Windows release
- Run vMix and enable the Web Controller.
- Open the included config.yml file in a text editor and update it with your Web Controller URL. Optionally enable settings for remote API access and remote Web Controller access.
- Run the vMix REST API and you'll be given the local base URL to your REST API (and also remote access URLs if you enabled remote access). Check out the examples to get started or read the full API documentation.
v0.2
Add version number to zip filename
v0.1
vMix must be available on localhost port 8080 before launching. This makes the REST API available on localhost port 3000.