Export

SrtInput

Hierarchy (view full)

Constructors

Properties

backupSrtInputs?: BackupSrtInputs

Memberof

SrtInput

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

host?: string

The name or IP of the host providing the SRT stream (only used in CALLER mode)

Memberof

SrtInput

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

keyLength?: number

The type of AES encryption determines the length of the key (passphrase). AES-128 uses a 16-character (128-bit) passphrase, and AES-256 uses a 32-character (256-bit) passphrase.

Memberof

SrtInput

latency?: number

The maximum accepted transmission latency in milliseconds (when both parties set different values, the maximum of the two is used for both)

Memberof

SrtInput

mode?: SrtMode

The SRT mode to use (required)

Memberof

SrtInput

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

passphrase?: string

The passphrase used to secure the SRT stream. For AES-128 encryption, you must enter a 16-character passphrase; for AES-256, you must enter a 32-character passphrase

Memberof

SrtInput

path?: string

The path parameter of the SRT stream

Memberof

SrtInput

port?: number

The port to connect to or listen on. Has to be one of [2088, 2089, 2090, 2091] when using LISTENER mode. (required)

Memberof

SrtInput

type: InputType = InputType.SRT

Discriminator property for Input

Memberof

SrtInput

_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'