Skip to content

Commit abf7133

Browse files
committed
[release] 2.1.0
1 parent 7c159dc commit abf7133

File tree

14 files changed

+75
-16
lines changed

14 files changed

+75
-16
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,4 @@ setup.cfg
235235
setup.py
236236
test-requirements.txt
237237
test/__init__.py
238-
test/test_export_date.py
239-
test/test_export_file.py
240-
test/test_list_video_view_exports_response.py
241238
tox.ini

docs/AssetsApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ void (empty response body)
386386
387387
Delete an asset track
388388

389+
Removes a text track from an asset. Audio and video tracks on assets cannot be removed.
390+
389391
### Example
390392

391393
* Basic Authentication (accessToken):

docs/CreateLiveStreamRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**passthrough** | **str** | | [optional]
1010
**audio_only** | **bool** | Force the live stream to only process the audio track when the value is set to true. Mux drops the video track if broadcasted. | [optional]
1111
**reduced_latency** | **bool** | Latency is the time from when the streamer does something in real life to when you see it happen in the player. Set this if you want lower latency for your live stream. Note: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/reduced-latency-for-mux-live-streaming-now-available/ | [optional]
12+
**low_latency** | **bool** | Latency is the time from when the streamer does something in real life to when you see it happen in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds. | [optional]
1213
**test** | **bool** | Marks the live stream as a test live stream when the value is set to true. A test live stream can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test live streams created. Test live streams are watermarked with the Mux logo and limited to 5 minutes. The test live stream is disabled after the stream is active for 5 mins and the recorded asset also deleted after 24 hours. | [optional]
1314
**simulcast_targets** | [**list[CreateSimulcastTargetRequest]**](CreateSimulcastTargetRequest.md) | | [optional]
1415

docs/LiveStream.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**audio_only** | **bool** | The live stream only processes the audio track if the value is set to true. Mux drops the video track if broadcasted. | [optional]
1616
**reconnect_window** | **float** | When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. **Min**: 0.1s. **Max**: 300s (5 minutes). | [optional] [default to 60]
1717
**reduced_latency** | **bool** | Latency is the time from when the streamer does something in real life to when you see it happen in the player. Set this if you want lower latency for your live stream. **Note**: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. See the [Reduce live stream latency guide](https://docs.mux.com/guides/video/reduce-live-stream-latency) to understand the tradeoffs. | [optional]
18+
**low_latency** | **bool** | Latency is the time from when the streamer does something in real life to when you see it happen in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds. | [optional]
1819
**simulcast_targets** | [**list[SimulcastTarget]**](SimulcastTarget.md) | Each Simulcast Target contains configuration details to broadcast (or \"restream\") a live stream to a third-party streaming service. [See the Stream live to 3rd party platforms guide](https://docs.mux.com/guides/video/stream-live-to-3rd-party-platforms). | [optional]
1920
**test** | **bool** | True means this live stream is a test live stream. Test live streams can be used to help evaluate the Mux Video APIs for free. There is no limit on the number of test live streams, but they are watermarked with the Mux logo, and limited to 5 minutes. The test live stream is disabled after the stream is active for 5 mins and the recorded asset also deleted after 24 hours. | [optional]
2021

docs/RealTimeApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Name | Type | Description | Notes
249249
250250
List Real-Time Dimensions
251251

252-
Lists availiable real-time dimensions.
252+
Lists available real-time dimensions.
253253

254254
### Example
255255

@@ -318,7 +318,7 @@ This endpoint does not need any parameter.
318318
319319
List Real-Time Metrics
320320

321-
Lists availiable real-time metrics.
321+
Lists available real-time metrics.
322322

323323
### Example
324324

gen/generator-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"!!source": "https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/python.md",
33
"packageName": "mux_python",
44
"projectName": "mux_python",
5-
"packageVersion": "2.0.0"
5+
"packageVersion": "2.1.0"
66
}

mux_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from __future__ import absolute_import
1717

18-
__version__ = "2.0.0"
18+
__version__ = "2.1.0"
1919

2020
# import apis into sdk package
2121
from mux_python.api.assets_api import AssetsApi

mux_python/api/assets_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ def delete_asset_playback_id_with_http_info(self, asset_id, playback_id, **kwarg
742742
def delete_asset_track(self, asset_id, track_id, **kwargs): # noqa: E501
743743
"""Delete an asset track # noqa: E501
744744
745+
Removes a text track from an asset. Audio and video tracks on assets cannot be removed. # noqa: E501
745746
This method makes a synchronous HTTP request by default. To make an
746747
asynchronous HTTP request, please pass async_req=True
747748
@@ -773,6 +774,7 @@ def delete_asset_track(self, asset_id, track_id, **kwargs): # noqa: E501
773774
def delete_asset_track_with_http_info(self, asset_id, track_id, **kwargs): # noqa: E501
774775
"""Delete an asset track # noqa: E501
775776
777+
Removes a text track from an asset. Audio and video tracks on assets cannot be removed. # noqa: E501
776778
This method makes a synchronous HTTP request by default. To make an
777779
asynchronous HTTP request, please pass async_req=True
778780

mux_python/api/real_time_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def get_realtime_timeseries_with_http_info(self, realtime_metric_id, **kwargs):
497497
def list_realtime_dimensions(self, **kwargs): # noqa: E501
498498
"""List Real-Time Dimensions # noqa: E501
499499
500-
Lists availiable real-time dimensions. # noqa: E501
500+
Lists available real-time dimensions. # noqa: E501
501501
This method makes a synchronous HTTP request by default. To make an
502502
asynchronous HTTP request, please pass async_req=True
503503
@@ -525,7 +525,7 @@ def list_realtime_dimensions(self, **kwargs): # noqa: E501
525525
def list_realtime_dimensions_with_http_info(self, **kwargs): # noqa: E501
526526
"""List Real-Time Dimensions # noqa: E501
527527
528-
Lists availiable real-time dimensions. # noqa: E501
528+
Lists available real-time dimensions. # noqa: E501
529529
This method makes a synchronous HTTP request by default. To make an
530530
asynchronous HTTP request, please pass async_req=True
531531
@@ -621,7 +621,7 @@ def list_realtime_dimensions_with_http_info(self, **kwargs): # noqa: E501
621621
def list_realtime_metrics(self, **kwargs): # noqa: E501
622622
"""List Real-Time Metrics # noqa: E501
623623
624-
Lists availiable real-time metrics. # noqa: E501
624+
Lists available real-time metrics. # noqa: E501
625625
This method makes a synchronous HTTP request by default. To make an
626626
asynchronous HTTP request, please pass async_req=True
627627
@@ -649,7 +649,7 @@ def list_realtime_metrics(self, **kwargs): # noqa: E501
649649
def list_realtime_metrics_with_http_info(self, **kwargs): # noqa: E501
650650
"""List Real-Time Metrics # noqa: E501
651651
652-
Lists availiable real-time metrics. # noqa: E501
652+
Lists available real-time metrics. # noqa: E501
653653
This method makes a synchronous HTTP request by default. To make an
654654
asynchronous HTTP request, please pass async_req=True
655655

mux_python/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7979
self.default_headers[header_name] = header_value
8080
self.cookie = cookie
8181
# Set default User-Agent.
82-
self.user_agent = 'OpenAPI-Generator/2.0.0/python'
82+
self.user_agent = 'OpenAPI-Generator/2.1.0/python'
8383
self.client_side_validation = configuration.client_side_validation
8484

8585
def __enter__(self):

0 commit comments

Comments
 (0)