Skip to content

v0.2

Compare
Choose a tag to compare
@jeffmikels jeffmikels released this 17 Mar 03:25
· 6 commits to main since this release
a6ebcf7

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.