BitmovinApiSdk\Models\RedundantRtmpInput
Synopsis
class RedundantRtmpInput
extends Input
{
- // members
- public int $delayThreshold;
- public array $ingestPoints;
- public array $staticIngestPoints;
- // Inherited members from Input
- public static string $discriminatorName;
- public static array $discriminatorMapping;
- // Inherited members from BitmovinResource
- public string $name;
- public string $description;
- public Carbon $createdAt;
- public Carbon $modifiedAt;
- public mixed $customData;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this delayThreshold()
- public $this ingestPoints()
- public $this staticIngestPoints()
- // Inherited methods from Input
- public void __construct()
- // Inherited methods from BitmovinResource
- public void __construct()
- public $this name()
- public $this description()
- public $this customData()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Extends
Members
public
- $createdAt — Carbon\Carbon
- $customData — mixed
- $delayThreshold — int
- $description — string
- $discriminatorMapping
- $discriminatorName
- $id — string
- $ingestPoints — \BitmovinApiSdk\Models\RtmpIngestPoint[]
- $modifiedAt — Carbon\Carbon
- $name — string
- $staticIngestPoints — \BitmovinApiSdk\Models\StaticRtmpIngestPoint[]
Methods
public
- __construct()
- delayThreshold() — When there is no input signal present and this threshold in seconds is reached it will switch to another ingest point
- ingestPoints() — 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
- staticIngestPoints() — 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
Inherited from BitmovinApiSdk\Models\BitmovinResource
public
- customData() — User-specific meta data. This can hold anything.
- description() — Description of the resource. Can be freely chosen by the user.
- name() — Name of the resource. Can be freely chosen by the user.