core icon indicating copy to clipboard operation
core copied to clipboard

Webhook or MQTT support for specific actions in Core

Open AlexeyBoiler opened this issue 6 months ago • 0 comments

In some use cases, it is necessary to receive a notification from Core when specific events occur (e.g. stream started, stream stopped, scene change detected, etc.).

We propose adding support for either: • Webhooks (HTTP callbacks to a configurable endpoint), or • MQTT messages (published to a configurable topic and broker)

This would allow external systems to react to stream-related events in real-time and integrate Core into a wider event-driven architecture.

AlexeyBoiler avatar Aug 04 '25 21:08 AlexeyBoiler