State of streaming operation that the channel is running.
Enums
Name
Description
STREAMING_STATE_UNSPECIFIED
Streaming state is not specified.
STREAMING
Channel is getting the input stream, generating the live streams to the specified output location.
AWAITING_INPUT
Channel is waiting for the input stream through the input.
STREAMING_ERROR
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).
STREAMING_NO_INPUT
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class StreamingState (1.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.12.0 (latest)](/python/docs/reference/livestream/latest/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.11.0](/python/docs/reference/livestream/1.11.0/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.10.0](/python/docs/reference/livestream/1.10.0/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.9.1](/python/docs/reference/livestream/1.9.1/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.8.1](/python/docs/reference/livestream/1.8.1/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.7.4](/python/docs/reference/livestream/1.7.4/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.6.0](/python/docs/reference/livestream/1.6.0/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.5.2](/python/docs/reference/livestream/1.5.2/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.4.1](/python/docs/reference/livestream/1.4.1/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.3.0](/python/docs/reference/livestream/1.3.0/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.2.1](/python/docs/reference/livestream/1.2.1/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.1.0](/python/docs/reference/livestream/1.1.0/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [1.0.4](/python/docs/reference/livestream/1.0.4/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [0.2.0](/python/docs/reference/livestream/0.2.0/google.cloud.video.live_stream_v1.types.Channel.StreamingState)\n- [0.1.5](/python/docs/reference/livestream/0.1.5/google.cloud.video.live_stream_v1.types.Channel.StreamingState) \n\n StreamingState(value)\n\nState of streaming operation that the channel is running."]]