Skip to content

Commit e17da1d

Browse files
committed
Added error code section
1 parent 43a8809 commit e17da1d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/content/docs/stream/stream-live/troubleshooting.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,26 @@ If your live stream is buffering, freezing, experiencing latency issues, switchi
4242
</Details>
4343
</Steps>
4444

45-
## Error codes for live stream
45+
## Event error codes
4646

47+
This guide can help you troubleshoot the following error codes received while live streaming videos:
48+
* `INPUT_CONNECTION_ERROR` — An error occurred while reading the input connection.
49+
* `STREAM_FAILED_TO_START` — An error occurred while starting the live stream.
50+
* `TIMEOUT_READING_FROM_INPUT` — Timeout waiting for packet, stream is stopping.
51+
* `UNEXPECTED_FRAME_TYPE` — Expected IDR keyframe but received a different frame type.
52+
* `INPUT_FORCE_DISCONNECTED` — Your live input was forcefully disconnected.
4753

54+
For a full list of events, go to the [Cloudflare dashboard](https://dash.cloudflare.com) > **Stream** > **Logs**.
4855

56+
If you subscribe to webhooks, instead see [webhook error codes for on demand videos](/stream/manage-video-library/using-webhooks/#error-codes) and [webhook error codes for live stream](/stream/stream-live/webhooks/#error-codes).
4957

58+
If you receive any of the above error codes while live streaming videos:
59+
<Steps>
60+
1.
61+
2.
62+
3.
63+
</Steps>
64+
If you are still receiving error codes, [contact support](/support/contacting-cloudflare-support/).
5065

5166

5267

0 commit comments

Comments
 (0)