Skip to main content

Settings

The Settings page provides configuration options for the Low Latency Streaming service. Currently, this page contains the notification endpoint configuration used to receive event callbacks from the LLS platform.

Settings

Notification Endpoint

The notification endpoint is a webhook URL that the LLS service calls whenever a significant event occurs. Configure this field to allow the platform to push real-time event data to an external system or service.

Configuration

The settings form contains a single URL input field. Enter the full endpoint URL where notifications should be delivered, then click Save to apply the configuration.

Supported Events

The notification endpoint receives callbacks for the following LLS events:

  • Stream start
  • Stream stop
  • Recording completion
  • Additional platform events as they occur
tip

Ensure the endpoint URL points to a publicly accessible server that can handle HTTP POST requests. The LLS platform sends event payloads as JSON in the request body.

caution

If the notification endpoint is unreachable or returns an error response, event notifications for that call will not be retried. Verify the endpoint is available and returns a 2xx status code before saving.