vMix Integration

Native vMix control on Windows via COM API for live video production remote control.

Cliqer provides native Windows integration with vMix via the COM API, enabling direct control of your live video productions without additional configuration.

Native Support (Windows)

Cliqer connects directly to vMix using the vMix.Application COM object, supporting both 32-bit (vMix.exe) and 64-bit (vMix64.exe) versions.

Supported Commands

CommandActionDescription
NextNextItemAdvance to next item in list/slides
PreviousPrevItemGo back to previous item
FirstFirstItemJump to first item
LastLastItemJump to last item
Go toSelectIndexJump to specific item by index
Direct API Control: Commands are sent directly via vMix COM API for instant response. If the API call fails, Cliqer falls back to keyboard simulation (LEFT/RIGHT arrow keys).

Setup

  1. Start vMix on your Windows host machine
  2. Launch Cliqer and select vMix as the target application
  3. Connect with your presenter device
  4. Control - Previous/Next commands control vMix items directly

No additional configuration required. Cliqer automatically detects running vMix instances.

How It Works

Presenter clicks "Next"
        |
        v
  Cliqer Host receives command
        |
        v
  Detects vMix via WMI query
  (Win32_Process: vMix64.exe or vMix.exe)
        |
        v
  Creates vMix.Application COM object
        |
        v
  Calls vMix API: app.API("NextItem", "")
        |
        v
  vMix advances to next item

Fallback Behavior

If the COM API call fails, Cliqer automatically falls back to keyboard simulation:

  1. Activates vMix window via AppActivate
  2. Sends arrow key (LEFT or RIGHT)
  3. vMix responds to keyboard input

Use Cases

Live Streaming

Control scene transitions, lower thirds, or media playback during live streams from your phone or tablet.

Multi-Camera Productions

Switch between cameras or trigger overlays without being at the control station.

Solo Presenting

Present content while controlling vMix elements yourself, no separate operator needed.

Production Tip: Combine vMix control with Cliqer's multi-host feature to have backup control stations ready for mission-critical broadcasts.

Troubleshooting

vMix Not Detected

  • Ensure vMix is running before starting Cliqer
  • Both vMix.exe (32-bit) and vMix64.exe (64-bit) are supported
  • Check that vMix COM registration is intact (reinstall vMix if needed)

Commands Not Working

  • Verify vMix has focus or try the fallback keyboard mode
  • Check Windows permissions for COM object access
  • Ensure no other application is blocking vMix input

Previous: DSAN PerfectCue | Next: Prezi

Copyright © 2026. All rights reserved.