Recorders, Players & Encoders
Kiloview Encoder Control Software
Control for Kiloview Encoders (V1/Lua and E3 models).
Handlers run inside Fantago — the file is a plugin, not a standalone program. Start with the free 60-day trial.
How to connect Kiloview Encoder to Fantago
- Open the Fantago Dashboard and click Add Device.
- Pick the Kiloview Encoder handler from the device type list (internal id
kiloview). - Enter the IP address of your Kiloview Encoder, then set protocol the device protocol.
- 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.
| Handler version | 1.0.0 |
|---|---|
| Author | Fantago Bridge |
| Internal ID | kiloview |
Description & Instruction
Setup: Set Protocol to HTTP, Port 80.
Params: Set 'model' (v1 or e3), user, and password in Handler Params.
Command Integration Guide
This guide explains how to send specific commands to the Kiloview Encoder handler.
Generic Command Format:
Kiloview encoders use different APIs based on their model (V1/Lua vs E3). The Fantago handler abstracts this.
For V1/Lua models, commands are HTTP GET requests to Lua scripts (e.g., /api/V1/startRecord.lua).
For E3 models, commands are RESTful API calls (e.g., POST to /api/record/hdmi/recording).
startRecord?Stream=main(V1: Start main stream recording){"endpoint": "/api/record/hdmi/recording", "method": "POST", "body": {"start": true}}(E3: Start recording){"endpoint": "/api/streamer/hdmi/stream/enable", "method": "POST", "body": {"id": "your_service_id", "enable": true}}(E3: Enable stream service)
Integration Examples (assuming device name "KILOVIEW"):
Via HTTP GET:
For V1 devices, direct HTTP GET: http://<FantaGo_IP>:<HTTP_PORT>/sendTo/KILOVIEW?cmd=startRecord?Stream=main
For E3 devices, you need to send a JSON payload in the cmd parameter (URL-encoded) to the Fantago endpoint, which will then construct the actual E3 API call.
Example (E3 Start Recording): http://<FantaGo_IP>:<HTTP_PORT>/sendTo/KILOVIEW?cmd=%7B%22endpoint%22%3A%22%2Fapi%2Frecord%2Fhdmi%2Frecording%22%2C%22method%22%3A%22POST%22%2C%22body%22%3A%7B%22start%22%3Atrue%7D%7D
Via TCP/UDP Listener:
KILOVIEW:startRecord?Stream=main (V1)
KILOVIEW:{"endpoint": "/api/record/hdmi/recording", "method": "POST", "body": {"start": true}} (E3)
Remember to URL-encode the command string for HTTP GET requests if it contains special characters.
Kiloview Encoder control — frequently asked questions
Does Fantago support Kiloview Encoder?
Yes. Fantago includes a ready-made Kiloview Encoder handler (version 1.0.0) that talks to the device over IP. It is bundled with every licence and with the 60-day free trial — there is no per-device fee.
What protocol does the Kiloview Encoder handler use?
IP. Fantago connects straight to the device over your production network, so no gateway, middleware or vendor software is needed in between.
Can I control Kiloview Encoder from a Stream Deck?
Yes. Every Kiloview Encoder 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 Kiloview Encoder handler?
Yes. The handler is a plain JavaScript file (kiloview.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 Kiloview Encoder from a single interface
Fantago drives Kiloview Encoder 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.