Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::RtmpPushOutputEndpoint (v2.4.0)

Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::RtmpPushOutputEndpoint.

Configurations for an output endpoint using RTMP_PUSH as the streaming protocol.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#stream_key

def stream_key() -> ::String
Returns
  • (::String) — Required. Stream key for RTMP protocol.

#stream_key=

def stream_key=(value) -> ::String
Parameter
  • value (::String) — Required. Stream key for RTMP protocol.
Returns
  • (::String) — Required. Stream key for RTMP protocol.

#uri

def uri() -> ::String
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.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::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.
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.