Releases: muxinc/mux-java
Releases · muxinc/mux-java
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
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
v0.6.3 release
This release updates some documentation around the APIs.
v0.6.0 release
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.
v0.5.0 release
This release adds support for the recent Mux Data changes to the Monitoring API
0.4.0 release: Add support for reconnect window with slates
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
0.3.0: Transcription Vocabularies
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