Skip to content

Releases: muxinc/mux-python

3.11.3

06 Nov 16:58
10a3eb2
Compare
Choose a tag to compare
  • Updates docs for encoding_tier
  • Adds generated_vod to text_source enum
  • Pin Python version to ensure we can package for now

3.11.2

13 Oct 15:11
c4c52b4
Compare
Choose a tag to compare

New release to make publish work

3.11.1

13 Oct 15:03
19e2714
Compare
Choose a tag to compare

Fix to remove egg files before upload

3.11.0

13 Oct 14:46
9368340
Compare
Choose a tag to compare

General:

Assorted documentation improvements
Added MIT license to setup.py
Mux Video:

Added Multi-track Audio
Added 4K & max_resolution_tier
Added Encoding tiers
Added Generated captions (beta)
Deprecated max_stored_resolution, replaced with resolution_tier
Mux Data:

Added Video startup failure
Added Monitoring breakdown timeseries

3.10.0 release

26 Apr 22:22
Compare
Choose a tag to compare

This release adds parameters to the response of some of the API calls (to better match our implementation), and improves the unit test for exercising the signing key routes. This release also includes a few documentation updates as well.

3.9.0

22 Feb 21:18
3ae4dbb
Compare
Choose a tag to compare

This release adds the ability to report delivered seconds by resolution, in support of the new resolution-based pricing. It also adds the crop layout to Spaces broadcasts.

3.8.0

13 Jan 15:42
ed48d5b
Compare
Choose a tag to compare

This release updates the Mux Data portion of the SDK to use the new Monitoring API

3.7.1

06 Sep 12:40
Compare
Choose a tag to compare

This is a minor release to update the PyPi metadata and to remove some trailing spaces in the documentation.

What's Changed

  • fix(setup.py): pypi metadata by @sbdchd in #50
  • Fix trailing whitespace in the model doc generation by @jaredsmith in #51

New Contributors

3.7.0

28 Jul 22:44
511d567
Compare
Choose a tag to compare

Reconnect Window with slates is now available in public beta. Check out the blog post for more information.

Changed Operations
• adds reconnect_slate_url and use_slates_for_standard_latecy parameters for creating and updating Live Streams

3.6.0: Transcription Vocabularies

07 Jul 18:17
Compare
Choose a tag to compare

Transcription vocabularies are live! Check out the docs for an in-depth guide.

Changed Operations

  • adds text_source enum field on Tracks, indicating where the text in the track comes from
  • uploaded tracks were created via the create-asset-track operation
  • embedded tracks were created from embedded CEA-608 closed captions in a live stream
  • generated_live tracks were generated using speech recognition during a live stream
  • generated_live_final tracks were generated using speech recognition after the end of a live stream and have higher quality text, timing, and formatting
  • adds generated_subtitles to CreateLiveStreamRequest and LiveStream schemas, for configuration of speech-recognition-based-generation of text tracks for live streams

New Operations

  • create-transcription-vocabulary
  • list-transcription-vocabularies
  • get-transcription-vocabulary
  • update-transcription-vocabulary
  • delete-transcription-vocabulary
  • update-live-stream-generated-subtitles