Class: Google::Cloud::Video::LiveStream::V1::RtmpPushOutputEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::RtmpPushOutputEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/outputs.rb
Overview
Configurations for an output endpoint using RTMP_PUSH as the streaming protocol.
Instance Attribute Summary collapse
-
#stream_key ⇒ ::String
Required.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#stream_key ⇒ ::String
Returns Required. Stream key for RTMP protocol.
264 265 266 267 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 264 class RtmpPushOutputEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Required. The full URI of the remote RTMP server. For example:
rtmp://192.168.123.321/live/my-stream or rtmp://somedomain.com/someapp.
264 265 266 267 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 264 class RtmpPushOutputEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |