From 21a8ca79d6015389ecf6287e383138be7c2bfd03 Mon Sep 17 00:00:00 2001 From: Taylor Smith Date: Fri, 28 Aug 2026 15:19:14 -0500 Subject: [PATCH] [Stream] Add ERR_UNHEALTHY error code to webhooks documentation Add error code for unhealthy broadcast due to encoder issues. --- src/content/docs/stream/stream-live/webhooks.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/stream/stream-live/webhooks.mdx b/src/content/docs/stream/stream-live/webhooks.mdx index b80693318e6..58aa6dc415a 100644 --- a/src/content/docs/stream/stream-live/webhooks.mdx +++ b/src/content/docs/stream/stream-live/webhooks.mdx @@ -63,6 +63,7 @@ If there are issues detected with the input, the `event_type` will be `live_inpu * `ERR_UNSUPPORTED_AUDIO_CODEC` – The input audio codec is unsupported for the protocol used. * `ERR_STORAGE_QUOTA_EXHAUSTED` – The account storage quota has been exceeded. Delete older content or purchase additional storage. * `ERR_MISSING_SUBSCRIPTION` – Unauthorized to start a live stream. Check subscription or log into Dash for details. +* `ERR_UNHEALTHY` – The active broadcast cannot be processed for an unknown reason that is most often due to encoder misconfiguration. Confirm the broadcast follows [required and recommended settings](/stream/stream-live/start-stream-live/#recommendations-requirements-and-limitations), then disconnect and reconnect to try again. ```json title="Example live_input.errored webhook payload" {