video.live_stream.created
Name | Type | Description |
---|---|---|
type | string | Type for the webhook event |
webhookId | string | Unique identifier for the webhook |
object | object | |
- object.name | string | Type of webhook (e.g., "live") |
- object.id | string | Unique identifier for the livestream (e.g., "9oa85f64-5717-4562-b3fc-2c963f66afa6") |
environment | object | |
- environment.name | string | Name for the environment (e.g., "production") |
- environment.id | string | Unique identifier for the environment (e.g., "9oa85f64-5717-4562-b3fc-2c963f66afa6") |
data | object | |
- data.test | boolean | Indicates if the stream is a test stream. Test streams last five minutes and are removed after a day. |
- data.streamId | string | Unique identifier for the stream. Max 255 characters (e.g., "a0ba2bf6-fe6b-441c-a9be-bf910d223218"). |
- data.status | string | Current live stream status: "idle" (no broadcast), "disabled" (no RTMP streams), "active" (broadcast in progress). |
- data.audioOnly | boolean | If set to false, the stream processes only the audio track. |
- data.streamKey | string | Unique key used for streaming to a Fastpix RTMP endpoint; treat it as sensitive as credentials. |
- data.maxResolution | string | Maximum resolution for the live broadcast (e.g., "1080p"). |
- data.createdAt | string | Timestamp for when the stream was created (e.g., "2023-12-06T09:12:28.808Z"). |
- data.reconnectWindow | integer | Time (in seconds) Fastpix will wait before declaring the stream over after disconnection. Default is 60 seconds for Standard Latency. |
- data.maxDuration | integer | Duration (in seconds) that a live stream can last before disconnecting (e.g., 500). |
- data.playback_ids | object | |
-- data.playback_ids.id | string | Unique identifier for the PlaybackID (e.g., "public"). |
-- data.playback_ids[].accessPolicy | string | Access policy for playback IDs; can be public or private. |
created_at | string | Timestamp for when the webhook was created (e.g., "2023-12-06T09:12:28.808Z"). |
attempts | array | |
accessor_source | string | |
accessor | string |
Updated 20 days ago