Health check endpoint

RTMPS-enabled live inputs include an HTTPS /health endpoint to verify encoder reachability

Prerequisites

Use encoder version 2.276.0 or later.

Request

The endpoint accepts a simple HTTPS GET request.

GET https://<encoder-ip>/health

The endpoint communicates over HTTPS using the standard port 443, so no additional firewall rules or custom port configuration are required.

Successful response

A reachable encoder returns HTTP 200 OK with the response body ok.

HTTP/1.1 200 OK

ok