Releases: muxinc/mux-player-swift
Releases · muxinc/mux-player-swift
v1.2.0
v1.1.1
chore: enrich error logs (#55)
v1.1.0
Improvements
- Adds DRM support
v1.0.0
Improvements
- Enable caching when streaming on-demand at a fixed resolution tier
- Updated Mux Data dependencies to meet App Store privacy manifest requirements
API Changes
- Add convenience initializers to constrain playback to a single rendition with a preset resolution tier
- Add additional
AVPlayerViewController
extensions that configure an already existing instance for playing back a video from Mux - Remove
ascending
case forRenditionOrder
because it isn't supported by Mux Video
v0.5.0
Improvements:
- Sets player software name and version to default values when reporting playback events to Mux Data
v0.4.0
API Changes
- Add
1440p
max resolution playback modifier
Fixes
- Correct SDK version
v0.3.0
v0.2.0
Additions
- Initialize an
AVPlayerLayer
to stream and monitor video with a public or signed playback ID - Setup an already existing
AVPlayerLayer
to stream and monitor video with a public or signed playback ID
Breaking
- The SDK module has been renamed to
MuxPlayerSwift
.- Update SPM package links from
https://github.com/muxinc/mux-avplayer-sdk
tohttps://github.com/muxinc/mux-player-swift
- Replace any import statements:
import MuxAVPlayerSDK
toimport MuxPlayerSwift
- Update SPM package links from
v0.1.0
Initial Release
- Feature: setup
AVPlayerViewController
to stream and monitor video with a public or signed playback ID - Feature: automatic Mux Data monitoring setup
- Feature: passthrough of all metadata supported by the
AVPlayer
Data SDK - Feature: custom domains for playback
- Feature: support for limiting playback resolution to 720p
Known Issues
- Mux Data monitoring will not automatically stop when
AVPlayerViewController
is no longer in use, callstopMonitoring
onAVPlayerViewController
to stop monitoring manually.
This SDK is pre-release software and may contain issues or missing functionality. We recommend against submitting apps based on it to the App Store.