HTTP Matrix .96a

Programmable HTTP API Interface with time triggers

  • Programmed with a simple text file.
  • Use vMix API commands similar to shortcuts
  • Free – Download now: HTTP Matrix .96a

HTTP Matrix 2.0

Programmable HTTP API Interface with time triggers

  • adds date/time triggers (ie Sunday at 10:30 am)
  • adds up to 100 commands in sequence per button with delay between each command (ie start record, start stream, input 1, trigger input 10 to overlay 1, wait 5000ms, remove overlay, wait 2000ms, fade to input 2, bring up mic2. 10 minutes later trigger segment 2, fade input 3, mic 3, etc)
  • adds PTZCam reference http API for UV510a series (ie fire preset 3, move left at speed 10, wait 2000 ms, stop)
  • adds startup commands (for boot to project commands and PTZ Presets)
  • adds dynamic UI (resolution and button number (4 to 24+ buttons))
  • 15 Day Free Trial – $100 MSRP – Download now: HTTP Matrix 2.0
  • Buy now
  • HTTP Matrix is driven off of a simple text file located in the program folder called defaultconfig.txt.
  • By default installs to C:\ProgramData\vMix\HttpMatrix\ which is where the defaultconfig.txt file resides.
  • This text file contains the names of the buttons, the API commands, and start and stop times for the 9 buttons in the UI
  • API commands are similar to shortcuts but with an IP address and some parameters.
  • http://127.0.0.1:8088/api/?Function=Fade&Duration=1000 for example triggers a copy of vMix running on the same machine to fade with a speed of 1 second
  • http://192.168.1.135:8088/api/?Function=OverlayInput1&Input=2 turns on overlay 1 with content of input 2 on a machine located at 192.168.1.135
  • HTTP Matrix has simple start and stop times expressed in 12h notation like 05:30:00 PM which would start the command at 5:30pm
  • HTTP Matrix 2 adds date time expressed in the example file
  • Stop times are also available to trigger StartStop commands like StartStopStreaming