Class RedundantRtmpInput

Export

RedundantRtmpInput

Hierarchy (view full)

Constructors

Properties

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

delayThreshold?: number

When there is no input signal present and this threshold in seconds is reached it will switch to another ingest point

Memberof

RedundantRtmpInput

description?: string

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

Memberof

BitmovinResource

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

ingestPoints?: RtmpIngestPoint[]

Configuration for ingest points that use a dynamic IP based endpoint to stream to e.g.: rtmp://41.167.11.21/live Either ingestPoints or staticIngestPoints can be set

Memberof

RedundantRtmpInput

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

staticIngestPoints?: StaticRtmpIngestPoint[]

Configuration for static ingest points. These ingest points use a consistent endpoint to stream to e.g.: rtmps://live-ingest.bitmovin.com/live Either ingestPoints or staticIngestPoints can be set

Memberof

RedundantRtmpInput

type: InputType = InputType.REDUNDANT_RTMP

Discriminator property for Input

Memberof

RedundantRtmpInput

_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'

Generated using TypeDoc