OSC: Video Switching Commands

Control video switching — set program, set preview, cut, and auto-transition.

Commands

Address Args Description
/streamit/program/{n} Set slot n as program (on-air)
/streamit/preview/{n} Set slot n as preview
/streamit/cut Instant cut (preview becomes program)
/streamit/auto Auto-transition using current transition config

Slot numbers are 1-based.

Examples

# Set slot 1 as program
oscsend <ipad-ip> 9000 /streamit/program/1

# Set slot 3 as preview
oscsend <ipad-ip> 9000 /streamit/preview/3

# Cut (preview → program instantly)
oscsend <ipad-ip> 9000 /streamit/cut

# Auto-transition (uses configured type, duration, direction)
oscsend <ipad-ip> 9000 /streamit/auto

Notes

  • /streamit/program/{n} is an immediate cut to that slot — it doesn’t use the configured transition
  • /streamit/auto executes the full transition (dissolve, wipe, etc.) from current program to current preview
  • Set preview first with /streamit/preview/{n}, then trigger /streamit/auto for a controlled transition workflow