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

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

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#passphrase_secret_version

def passphrase_secret_version() -> ::String
Returns
  • (::String) — The name of the Secret Version containing the SRT encryption passphrase, which is stored in Google Secret Manager. It should be in the format of projects/{project}/secrets/{secret_id}/versions/{version_number}.

#passphrase_secret_version=

def passphrase_secret_version=(value) -> ::String
Parameter
  • value (::String) — The name of the Secret Version containing the SRT encryption passphrase, which is stored in Google Secret Manager. It should be in the format of projects/{project}/secrets/{secret_id}/versions/{version_number}.
Returns
  • (::String) — The name of the Secret Version containing the SRT encryption passphrase, which is stored in Google Secret Manager. It should be in the format of projects/{project}/secrets/{secret_id}/versions/{version_number}.

#uri

def uri() -> ::String
Returns
  • (::String) — Required. The full URI of the remote SRT server.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Required. The full URI of the remote SRT server.
Returns
  • (::String) — Required. The full URI of the remote SRT server.