Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class StreamingState.
State of streaming operation that the channel is running.
Protobuf type google.cloud.video.livestream.v1.Channel.StreamingState
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ Channel
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STREAMING_STATE_UNSPECIFIED
Value: 0
Streaming state is not specified.
Generated from protobuf enum STREAMING_STATE_UNSPECIFIED = 0;
STREAMING
Value: 1
Channel is getting the input stream, generating the live streams to the
specified output location.
Generated from protobuf enum STREAMING = 1;
AWAITING_INPUT
Value: 2
Channel is waiting for the input stream through the input.
Generated from protobuf enum AWAITING_INPUT = 2;
STREAMING_ERROR
Value: 4
Channel is running, but has trouble publishing the live streams onto the
specified output location (for example, the specified Cloud Storage
bucket is not writable).
Generated from protobuf enum STREAMING_ERROR = 4;
STREAMING_NO_INPUT
Value: 5
Channel is generating live streams with no input stream. Live streams are
filled out with black screen, while input stream is missing.
Not supported yet.
Generated from protobuf enum STREAMING_NO_INPUT = 5;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Video Live Stream V1 Client - Class StreamingState (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-video-live-stream/latest/V1.Channel.StreamingState)\n- [1.2.0](/php/docs/reference/cloud-video-live-stream/1.2.0/V1.Channel.StreamingState)\n- [1.1.3](/php/docs/reference/cloud-video-live-stream/1.1.3/V1.Channel.StreamingState)\n- [1.0.0](/php/docs/reference/cloud-video-live-stream/1.0.0/V1.Channel.StreamingState)\n- [0.7.5](/php/docs/reference/cloud-video-live-stream/0.7.5/V1.Channel.StreamingState)\n- [0.6.2](/php/docs/reference/cloud-video-live-stream/0.6.2/V1.Channel.StreamingState)\n- [0.5.0](/php/docs/reference/cloud-video-live-stream/0.5.0/V1.Channel.StreamingState)\n- [0.4.2](/php/docs/reference/cloud-video-live-stream/0.4.2/V1.Channel.StreamingState)\n- [0.3.2](/php/docs/reference/cloud-video-live-stream/0.3.2/V1.Channel.StreamingState)\n- [0.2.6](/php/docs/reference/cloud-video-live-stream/0.2.6/V1.Channel.StreamingState) \nReference documentation and code samples for the Google Cloud Video Live Stream V1 Client class StreamingState.\n\nState of streaming operation that the channel is running.\n\nProtobuf type `google.cloud.video.livestream.v1.Channel.StreamingState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ LiveStream \\\\ V1 \\\\ Channel\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STREAMING_STATE_UNSPECIFIED\n\n Value: 0\n\nStreaming state is not specified.\n\nGenerated from protobuf enum `STREAMING_STATE_UNSPECIFIED = 0;`\n\n### STREAMING\n\n Value: 1\n\nChannel is getting the input stream, generating the live streams to the\nspecified output location.\n\nGenerated from protobuf enum `STREAMING = 1;`\n\n### AWAITING_INPUT\n\n Value: 2\n\nChannel is waiting for the input stream through the input.\n\nGenerated from protobuf enum `AWAITING_INPUT = 2;`\n\n### STREAMING_ERROR\n\n Value: 4\n\nChannel is running, but has trouble publishing the live streams onto the\nspecified output location (for example, the specified Cloud Storage\nbucket is not writable).\n\nGenerated from protobuf enum `STREAMING_ERROR = 4;`\n\n### STREAMING_NO_INPUT\n\n Value: 5\n\nChannel is generating live streams with no input stream. Live streams are\nfilled out with black screen, while input stream is missing.\n\nNot supported yet.\n\nGenerated from protobuf enum `STREAMING_NO_INPUT = 5;`\n\n### STOPPED\n\n Value: 6\n\nChannel is stopped, finishing live streams.\n\nGenerated from protobuf enum `STOPPED = 6;`\n\n### STARTING\n\n Value: 7\n\nChannel is starting.\n\nGenerated from protobuf enum `STARTING = 7;`\n\n### STOPPING\n\n Value: 8\n\nChannel is stopping.\n\nGenerated from protobuf enum `STOPPING = 8;`"]]