Skip to content

Releases: jeffmikels/vmix-snapshot-proxy

v0.8

20 Jan 21:15
Compare
Choose a tag to compare

The snapshot proxy app now listens on all available IP addresses. If vmix is in a more complicated network environment, the proxy script could sometimes choose to listen on the wrong ip address.

v0.7

15 Nov 21:27
Compare
Choose a tag to compare

Fixed telnet connection error.

v0.6

15 Nov 19:19
Compare
Choose a tag to compare

This release includes better documentation, no other changes were made.

v0.5

29 Mar 21:06
Compare
Choose a tag to compare

This version simply reduces the number of snapshot requests issued to vMix.

v0.4

23 Mar 16:51
Compare
Choose a tag to compare

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

18 Mar 05:22
a6ebcf7
Compare
Choose a tag to compare

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

17 Mar 03:25
a6ebcf7
Compare
Choose a tag to compare

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

16 Mar 19:07
Compare
Choose a tag to compare

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.