Module: Google::Cloud::Video::LiveStream::V1::Channel::StreamingState
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
State of streaming operation that the channel is running.
Constant Summary collapse
- STREAMING_STATE_UNSPECIFIED =
Streaming state is not specified.
0
- STREAMING =
Channel is getting the input stream, generating the live streams to the specified output location.
1
- AWAITING_INPUT =
Channel is waiting for the input stream through the input.
2
- 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).
4
- 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.
5
- STOPPED =
Channel is stopped, finishing live streams.
6
- STARTING =
Channel is starting.
7
- STOPPING =
Channel is stopping.
8