Class: Aws::MediaLive::Types::RtmpOutputSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Rtmp Output Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_modeString

If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.

Returns:

  • (String)


10647
10648
10649
10650
10651
10652
10653
10654
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10647

class RtmpOutputSettings < Struct.new(
  :certificate_mode,
  :connection_retry_interval,
  :destination,
  :num_retries)
  SENSITIVE = []
  include Aws::Structure
end

#connection_retry_intervalInteger

Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.

Returns:

  • (Integer)


10647
10648
10649
10650
10651
10652
10653
10654
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10647

class RtmpOutputSettings < Struct.new(
  :certificate_mode,
  :connection_retry_interval,
  :destination,
  :num_retries)
  SENSITIVE = []
  include Aws::Structure
end

#destinationTypes::OutputLocationRef

The RTMP endpoint excluding the stream name (eg. rtmp://host/appname). For connection to Akamai, a username and password must be supplied. URI fields accept format identifiers.



10647
10648
10649
10650
10651
10652
10653
10654
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10647

class RtmpOutputSettings < Struct.new(
  :certificate_mode,
  :connection_retry_interval,
  :destination,
  :num_retries)
  SENSITIVE = []
  include Aws::Structure
end

#num_retriesInteger

Number of retry attempts.

Returns:

  • (Integer)


10647
10648
10649
10650
10651
10652
10653
10654
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10647

class RtmpOutputSettings < Struct.new(
  :certificate_mode,
  :connection_retry_interval,
  :destination,
  :num_retries)
  SENSITIVE = []
  include Aws::Structure
end