amazonka-mediaconnect-2.0: Amazon MediaConnect SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConnect.Types.Transport

Description

 
Synopsis

Documentation

data Transport Source #

Attributes related to the transport stream that are used in a source or output.

See: newTransport smart constructor.

Constructors

Transport' 

Fields

  • cidrAllowList :: Maybe [Text]

    The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

  • maxBitrate :: Maybe Int

    The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

  • maxLatency :: Maybe Int

    The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.

  • maxSyncBuffer :: Maybe Int

    The size of the buffer (in milliseconds) to use to sync incoming source data.

  • minLatency :: Maybe Int

    The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

  • remoteId :: Maybe Text

    The remote ID for the Zixi-pull stream.

  • senderControlPort :: Maybe Int

    The port that the flow uses to send outbound requests to initiate connection with the sender.

  • senderIpAddress :: Maybe Text

    The IP address that the flow communicates with to initiate connection with the sender.

  • smoothingLatency :: Maybe Int

    The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

  • sourceListenerAddress :: Maybe Text

    Source IP or domain name for SRT-caller protocol.

  • sourceListenerPort :: Maybe Int

    Source port for SRT-caller protocol.

  • streamId :: Maybe Text

    The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

  • protocol :: Protocol

    The protocol that is used by the source or output.

Instances

Instances details
FromJSON Transport Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Transport

Generic Transport Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Transport

Associated Types

type Rep Transport :: Type -> Type #

Read Transport Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Transport

Show Transport Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Transport

NFData Transport Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Transport

Methods

rnf :: Transport -> () #

Eq Transport Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Transport

Hashable Transport Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Transport

type Rep Transport Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Transport

type Rep Transport = D1 ('MetaData "Transport" "Amazonka.MediaConnect.Types.Transport" "amazonka-mediaconnect-2.0-KNF7B97aPsN1PZ2vBYFgux" 'False) (C1 ('MetaCons "Transport'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cidrAllowList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "maxBitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxLatency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "maxSyncBuffer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "minLatency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "remoteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "senderControlPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "senderIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "smoothingLatency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "sourceListenerAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceListenerPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "streamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Protocol))))))

newTransport Source #

Create a value of Transport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cidrAllowList:Transport', transport_cidrAllowList - The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

$sel:maxBitrate:Transport', transport_maxBitrate - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

$sel:maxLatency:Transport', transport_maxLatency - The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.

$sel:maxSyncBuffer:Transport', transport_maxSyncBuffer - The size of the buffer (in milliseconds) to use to sync incoming source data.

$sel:minLatency:Transport', transport_minLatency - The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

$sel:remoteId:Transport', transport_remoteId - The remote ID for the Zixi-pull stream.

$sel:senderControlPort:Transport', transport_senderControlPort - The port that the flow uses to send outbound requests to initiate connection with the sender.

$sel:senderIpAddress:Transport', transport_senderIpAddress - The IP address that the flow communicates with to initiate connection with the sender.

$sel:smoothingLatency:Transport', transport_smoothingLatency - The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

$sel:sourceListenerAddress:Transport', transport_sourceListenerAddress - Source IP or domain name for SRT-caller protocol.

$sel:sourceListenerPort:Transport', transport_sourceListenerPort - Source port for SRT-caller protocol.

$sel:streamId:Transport', transport_streamId - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

$sel:protocol:Transport', transport_protocol - The protocol that is used by the source or output.

transport_cidrAllowList :: Lens' Transport (Maybe [Text]) Source #

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

transport_maxBitrate :: Lens' Transport (Maybe Int) Source #

The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

transport_maxLatency :: Lens' Transport (Maybe Int) Source #

The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.

transport_maxSyncBuffer :: Lens' Transport (Maybe Int) Source #

The size of the buffer (in milliseconds) to use to sync incoming source data.

transport_minLatency :: Lens' Transport (Maybe Int) Source #

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

transport_remoteId :: Lens' Transport (Maybe Text) Source #

The remote ID for the Zixi-pull stream.

transport_senderControlPort :: Lens' Transport (Maybe Int) Source #

The port that the flow uses to send outbound requests to initiate connection with the sender.

transport_senderIpAddress :: Lens' Transport (Maybe Text) Source #

The IP address that the flow communicates with to initiate connection with the sender.

transport_smoothingLatency :: Lens' Transport (Maybe Int) Source #

The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

transport_sourceListenerAddress :: Lens' Transport (Maybe Text) Source #

Source IP or domain name for SRT-caller protocol.

transport_sourceListenerPort :: Lens' Transport (Maybe Int) Source #

Source port for SRT-caller protocol.

transport_streamId :: Lens' Transport (Maybe Text) Source #

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

transport_protocol :: Lens' Transport Protocol Source #

The protocol that is used by the source or output.