bitmovin_api_sdk.encoding.inputs.redundant_rtmp package
Submodules
bitmovin_api_sdk.encoding.inputs.redundant_rtmp.redundant_rtmp_api module
- class bitmovin_api_sdk.encoding.inputs.redundant_rtmp.redundant_rtmp_api.RedundantRtmpApi(**kwargs)[source]
Bases:
BaseApi
- create(redundant_rtmp_input: RedundantRtmpInput, **kwargs: dict) RedundantRtmpInput [source]
Create Redundant RTMP Input
- Parameters
redundant_rtmp_input (RedundantRtmpInput, required) – The Redundant RTMP input to be created
- Returns
Redundant RTMP input
- Return type
- delete(input_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Redundant RTMP Input
- Parameters
input_id (string_types, required) – Id of the input
- Returns
Id of the input
- Return type
- get(input_id: string_types, **kwargs: dict) RedundantRtmpInput [source]
Redundant RTMP Input Details
- Parameters
input_id (string_types, required) – Id of the input
- Returns
Redundant RTMP input
- Return type
- list(query_params: Optional[RedundantRtmpInputListQueryParams] = None, **kwargs: dict) RedundantRtmpInput [source]
List Redundant RTMP Inputs
- Parameters
query_params (RedundantRtmpInputListQueryParams) – Query parameters
- Returns
List of Redundant RTMP inputs
- Return type