State(value)
State of the DVR session.
Enums |
|
---|---|
Name | Description |
STATE_UNSPECIFIED |
State is not specified. |
PENDING |
The operation is pending to be picked up by the server. |
UPDATING |
The session is being updated. |
SCHEDULED |
The session is scheduled and waiting for the start time. |
LIVE |
The session is currently in progress and the outputs are available in the specified Cloud Storage bucket. For additional information, see the `dvr_manifests.output_uri` field. |
FINISHED |
Outputs are available in the specified Cloud Storage bucket. For additional information, see the `dvr_manifests.output_uri` field. |
FAILED |
The operation has failed. For additional information, see the `error` field. |
DELETING |
The session is being deleted. |
POST_PROCESSING |
The session is being post processed. |
COOLDOWN |
The session is in cooldown. The cooldown period lasts for 60 seconds. When the DVR session is updated by the user to have a new end time that is likely already in the past, the DVR manifest will end as soon as possible and the DVR session will move to this state. This is done to prevent the players to receive a manifest update that removes a segment that has already been played. After the cooldown period ends, a new manifest is generated that honors the new end time. |
STOPPING |
The session is being stopped. The session will move to STOPPING state, if the parent channel is updated. |