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: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'