Export

StreamKey

Hierarchy (view full)

Constructors

Properties

assignedEncodingId?: string

ID of the encoding that is assigned to this stream key. Not set if status is UNASSIGNED

Memberof

StreamKey

assignedIngestPointId?: string

ID of the ingest point that is assigned to this stream key. Not set if status is UNASSIGNED

Memberof

StreamKey

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

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

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

Status of the stream key

Memberof

StreamKey

Type of the stream key

Memberof

StreamKey

value?: string

Stream key used for live streaming. This stream key is reserved and can be re-used with different live encodings. If this value is not provided, a unique random stream key will be generated. Important: This value has to be globally unique. If it is set manually, be sure to use a secure value. If the stream key value is guessed by others your live encoding can be compromised.

Memberof

StreamKey