OSC: Output Control Commands
Start and stop streaming outputs and recording.
Commands
| Address | Args | Description |
|---|---|---|
/pmix/output/start |
— | Start all outputs |
/pmix/output/stop |
— | Stop all outputs |
/pmix/output/ndi |
— | Toggle NDI output |
/pmix/output/rtmp |
— | Toggle RTMP output |
/pmix/output/srt |
— | Toggle SRT output |
/pmix/output/hls |
— | Toggle HLS output |
/pmix/record/start |
— | Start recording |
/pmix/record/stop |
— | Stop recording |
Examples
# Start all outputs (streaming + recording)
oscsend <ipad-ip> 9000 /pmix/output/start
# Stop all outputs
oscsend <ipad-ip> 9000 /pmix/output/stop
# Toggle individual outputs
oscsend <ipad-ip> 9000 /pmix/output/rtmp
oscsend <ipad-ip> 9000 /pmix/output/ndi
# Start/stop recording independently
oscsend <ipad-ip> 9000 /pmix/record/start
oscsend <ipad-ip> 9000 /pmix/record/stop
Notes
/pmix/output/startstarts all enabled outputs simultaneously/pmix/output/stopstops all outputs- Individual toggle commands let you control each output type independently
- Recording can be started/stopped independently of streaming