Recorders, Players & Encoders
AJA Ki Pro Control Software BETA
Control for AJA Ki Pro Recorders via HTTP. Supports Transport, Clip Selection, and basic status feedback.
Handlers run inside Fantago — the file is a plugin, not a standalone program. Start with the free 60-day trial.
How to connect AJA Ki Pro to Fantago
- Open the Fantago Dashboard and click Add Device.
- Pick the AJA Ki Pro handler from the device type list (internal id
aja_kipro). - Enter the IP address of your AJA Ki Pro, then set protocol HTTP and port
80. - Save and connect. Fantago starts polling the device and publishes its feedback variables, ready to use in panels, sequences and logic flows.
- Drag the actions below onto a panel button, a Stream Deck key, a schedule or a logic flow node.
| Protocol | HTTP |
|---|---|
| Default port | 80 |
| Handler version | 1.0.0 |
| Author | Fantago Bridge |
| Internal ID | aja_kipro |
Description & Instruction
Command Integration Guide
This guide explains how to send specific commands to the AJA Ki Pro handler.
Generic Command Format:
The handler communicates via HTTP GET requests to the /config endpoint. Commands are sent as URL parameters.
action=set¶mid=eParamID_TransportCommand&value=1(Play)action=set¶mid=eParamID_TransportCommand&value=4(Stop)action=set¶mid=eParamID_GoToClip&value=ClipName(Go to Clip)
Integration Examples (assuming device name "AJA_KIPRO"):
Via HTTP GET:
http://<FantaGo_IP>:<HTTP_PORT>/sendTo/AJA_KIPRO?cmd=action=set¶mid=eParamID_TransportCommand&value=1
http://<FantaGo_IP>:<HTTP_PORT>/sendTo/AJA_KIPRO?cmd=action=set¶mid=eParamID_GoToClip&value=MY_CLIP
Via TCP/UDP Listener:
AJA_KIPRO:action=set¶mid=eParamID_TransportCommand&value=1
Remember to URL-encode the command string for HTTP GET requests if it contains special characters.
AJA Ki Pro control — frequently asked questions
Does Fantago support AJA Ki Pro?
Yes. Fantago includes a ready-made AJA Ki Pro handler (version 1.0.0) that talks to the device over HTTP, default port 80. It is bundled with every licence and with the 60-day free trial — there is no per-device fee.
What protocol does the AJA Ki Pro handler use?
HTTP, default port 80. Fantago connects straight to the device over your production network, so no gateway, middleware or vendor software is needed in between.
Can I control AJA Ki Pro from a Stream Deck?
Yes. Every AJA Ki Pro action can be mapped to an Elgato Stream Deck key, to a button on a custom Fantago touch panel, to a timed schedule, or to a logic flow triggered by another device — including devices from a different manufacturer.
Can I modify the AJA Ki Pro handler?
Yes. The handler is a plain JavaScript file (aja_kipro.js) that you can download from this page, edit and drop back into Fantago. You can also write your own handler from scratch — see the Developer Guide.
Control AJA Ki Pro from a single interface
Fantago drives AJA Ki Pro alongside 50+ other broadcast, lighting, audio and smart home devices — from custom touch panels, an Elgato Stream Deck, a schedule or a logic flow. One-time licence, no subscription, runs offline.