Reference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::Channel::StreamingState.
State of streaming operation that the channel is running.
Constants
STREAMING_STATE_UNSPECIFIED
value: 0 Streaming state is not specified.
STREAMING
value: 1 Channel is getting the input stream, generating the live streams to the
specified output location.
AWAITING_INPUT
value: 2 Channel is waiting for the input stream through the input.
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).
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.
STOPPED
value: 6 Channel is stopped, finishing live streams.
[[["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-09-04 UTC."],[],[],null,["# Live Stream V1 API - Module Google::Cloud::Video::LiveStream::V1::Channel::StreamingState (v2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/ruby/docs/reference/google-cloud-video-live_stream-v1/latest/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [2.1.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/2.1.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [2.0.1](/ruby/docs/reference/google-cloud-video-live_stream-v1/2.0.1/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [1.3.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.3.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [1.2.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.2.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [1.1.1](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.1.1/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [1.0.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.0.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [0.9.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.9.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [0.8.2](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.8.2/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [0.7.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.7.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [0.6.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.6.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [0.5.1](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.5.1/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [0.4.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.4.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [0.3.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.3.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [0.2.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.2.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState)\n- [0.1.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.1.0/Google-Cloud-Video-LiveStream-V1-Channel-StreamingState) \nReference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::Channel::StreamingState.\n\nState of streaming operation that the channel is running.\n\nConstants\n---------\n\n### STREAMING_STATE_UNSPECIFIED\n\n**value:** 0 \nStreaming state is not specified.\n\n### STREAMING\n\n**value:** 1 \nChannel is getting the input stream, generating the live streams to the\nspecified output location.\n\n### AWAITING_INPUT\n\n**value:** 2 \nChannel is waiting for the input stream through the input.\n\n### STREAMING_ERROR\n\n**value:** 4 \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\n### STREAMING_NO_INPUT\n\n**value:** 5 \nChannel is generating live streams with no input stream. Live streams are\nfilled out with black screen, while input stream is missing.\nNot supported yet.\n\n### STOPPED\n\n**value:** 6 \nChannel is stopped, finishing live streams.\n\n### STARTING\n\n**value:** 7 \nChannel is starting.\n\n### STOPPING\n\n**value:** 8 \nChannel is stopping."]]