Releases: jeffmikels/vmix-snapshot-proxy
v0.8
v0.7
Fixed telnet connection error.
v0.6
This release includes better documentation, no other changes were made.
v0.5
This version simply reduces the number of snapshot requests issued to vMix.
v0.4
This update automatically refreshes each input preview snapshot on a periodic basis. It will request a new preview image twice each second. If you have 20 inputs, each input snapshot will be refreshed once every 10 seconds.
However, this update will also listen to the vMix tally data and will update the snapshot of the program whenever the tally data changes.
v0.3
This version was built with Go.
USAGE:
vmix-snapshot-proxy.exe -h
or you can read the various options in the vmix-snapshot-proxy.bat
file
v0.2
This version is the easiest and simplest one yet. It's a single .exe file and a single .bat file. Here's how to use it:
USAGE:
vmix-snapshot-proxy.exe [vmix_path] [vmix_port]
The first argument is required and should be the path where vMix stores its data.
You can use 'default' to use this default setting: %USERPROFILE%\Documents\vMixStorage
The second argument is optional, but if used should be the port number specified in the vMix web api settings.
If it is not given, it defaults to the following: 8088
EXAMPLES:
vmix-snapshot-proxy.exe default
is the same as
vmix-snapshot-proxy.exe %USERPROFILE%\Documents\vMixStorage 8088
To make life easier, you can edit the included .bat file and then just double-click on it.
Windows App
This release adds a windows executable wrapper around the proxy server which should make it easier for beginners to operate.
Download the ZIP file, unzip it, and then double-click on the .exe file. If you have any problems, reach out to me.