Monitoring, Multiviewers & Master Control
Evertz Symphony MVP/VIP Control Software BETA
Control for Evertz MVP, VIP, and Symphony systems.
Handlers run inside Fantago — the file is a plugin, not a standalone program. Start with the free 60-day trial.
How to connect Evertz Symphony MVP/VIP to Fantago
- Open the Fantago Dashboard and click Add Device.
- Pick the Evertz Symphony (MVP/VIP) handler from the device type list (internal id
evertz_symphony). - Enter the IP address of your Evertz Symphony MVP/VIP, 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 | evertz_symphony |
Description & Instruction
Setup: Protocol TCP, Port 9750. Terminator: \x03 (ETX).
Important: Enable Persistent Connection.
Command Integration Guide
This guide explains how to send specific commands to the Evertz Symphony (MVP/VIP) handler.
Generic Command Format:
The handler expects commands formatted using the Evertz Symphony protocol (STX, Version, Seq, Type, Label, Properties, ETX).
\x02011LS()\x03(List Scripts - also used as a keep-alive)\x02011RS(MyScript.vssl){ display=1 } \x03(Run Script 'MyScript.vssl' on display 1)\x02011CS(Window1){ display=1 family=IC1 member=BNC_A } \x03(Change Window Source)
Integration Examples (assuming device name "EVERTZ_SYMPHONY"):
Via HTTP GET:
Due to the binary nature of STX/ETX characters, direct HTTP GET with URL encoding can be complex. It is recommended to use the Fantago UI actions or TCP/UDP listeners.
Via TCP/UDP Listener:
EVERTZ_SYMPHONY:\x02011LS()\x03
Note: You must correctly embed STX (0x02) and ETX (0x03) characters. In many interfaces, you might represent them as their hexadecimal values or specific escape sequences.
Evertz Symphony MVP/VIP control — frequently asked questions
Does Fantago support Evertz Symphony MVP/VIP?
Yes. Fantago includes a ready-made Evertz Symphony (MVP/VIP) 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 Evertz Symphony MVP/VIP 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 Evertz Symphony MVP/VIP from a Stream Deck?
Yes. Every Evertz Symphony MVP/VIP 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 Evertz Symphony MVP/VIP handler?
Yes. The handler is a plain JavaScript file (evertz_symphony.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 Evertz Symphony MVP/VIP from a single interface
Fantago drives Evertz Symphony MVP/VIP 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.