Skip to content

Releases: muxinc/mux-python

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

3.5.2

13 Jun 17:33
Compare
Choose a tag to compare
  • Fixed API URLs for Spaces calls. You may now Space at your leisure.

3.5.1

08 Jun 19:48
Compare
Choose a tag to compare

Changed Operations

  • get-realtime-breakdown: fixed timestamp definition to correctly reflect that it's an integral timestamp (bug in our backing specification). This is a breaking change, but we have elected to release it as a patch because it's a breaking change to something that never worked correctly and should have extremely minimal disruption to existing operations.

3.5.0: Mux Real-Time Video

24 May 16:28
Compare
Choose a tag to compare
  • Mux Real-Time Video is live! As discussed at TMI, we're so happy to announce Mux's solution to real-time video. Learn more about Mux Spaces here and check out our documentation right over here.

3.4.0

18 Apr 16:10
Compare
Choose a tag to compare

Changed Operations

  • create-live-stream: added max_continuous_duration
  • update-live-stream: added max_continuous_duration

Miscellaneous

  • began the process of exhaustively documenting Mux Data for property nullability
  • big documentation updates: text track statuses, playback IDs, better examples, property deduplication, and more!

For more information, consult the API reference at https://docs.mux.com/api-reference/video .

Thanks for using Mux!

3.3.1

17 Feb 03:59
Compare
Choose a tag to compare

Bugs Fixed

  • PlaybackRestrictionResponse and ListPlaybackRestrictionResponse models are now correct.

Changed Operations

No changed operations.

New Operations

No new operations.

For more information, consult the API reference at https://docs.mux.com/api-reference/video .

Thanks for using Mux!

3.3.0

31 Jan 16:24
Compare
Choose a tag to compare

Changed Operations

  • added live_stream_status query to list-live-streams

New Operations

No new operations.

For more information, consult the API reference at https://docs.mux.com/api-reference/video .

Thanks for using Mux!

3.2.0

20 Dec 21:53
Compare
Choose a tag to compare

Changed Operations

  • added embedded_subtitles to LiveStreamResponse
  • added live_stream_id to list-delivery-usage

New Operations

  • update-live-stream
  • update-asset
  • create-playback-restriction
  • list-playback-restrictions
  • delete-playback-restriction
  • get-playback-restriction
  • update-referrer-domain-restriction

For more information, consult the API reference at https://docs.mux.com/api-reference/video .

Thanks for using Mux!