Using MQTT Protocol

This page describes how FAB Subtitler BCAST/XCD can be configured to send data to and receive data from a MQTT server using the MQTT protocol.

The following funcionality is supported:

  • Sending all new log entries which are writting into main application log to a MQTT server
  • Sending status to MQTT server
  • Sending all received automation commands to a MQTT server
  • Receive automation commands from a MQTT server

The connection to a MQTT server always required username and password and it is specified in this form:

mqtt://user:pass@ip:port/topic/subtopic

Sending new log entries to MQTT server

The configuration is available in Options / Specials / Webserver:

Sending status to MQTT server

The configuration is available in Options / Specials / Webserver:

Sending all received automation commands to a MQTT server

The configuration is available in Options / Specials / Automation:

Receive automation commands from a MQTT server

The configuration is available in Options / Specials / Automation:

This page was last updated on 2026-05-08