bitmovin_api_sdk.encoding.live.encodings.actions package

Submodules

bitmovin_api_sdk.encoding.live.encodings.actions.actions_api module

class bitmovin_api_sdk.encoding.live.encodings.actions.actions_api.ActionsApi(**kwargs)[source]

Bases: BaseApi

patch(encoding_id, update_encoding_rtmp_ingest_point_request, **kwargs)[source]

Update the ingest points of a Redundant RTMP Input

Parameters:
  • encoding_id (string_types, required) – Id of the encoding.

  • update_encoding_rtmp_ingest_point_request (UpdateEncodingRtmpIngestPointRequest, required) – The list of the RTMP ingest points to update.

Returns:

Return type:

UpdateEncodingRtmpIngestPointResponse

Module contents