Class: Google::Cloud::Video::LiveStream::V1::RtmpPushOutputEndpoint

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#stream_key::String

Returns Required. Stream key for RTMP protocol.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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