Skip to Content
Mux Docs: Home

Mux Player for iOS releases

Every new release of Mux Player for iOS is posted here with release notes

Current release

v0.5.0

Improvements

  • Sets player software name and version to default values when reporting playback events to Mux Data

Previous Releases

v0.4.0

API Changes

  • Add 1440p max resolution playback modifier

Fixes

  • Correct SDK version

v0.3.0

API Changes

  • Add: maximum resolution playback modifiers for 1080p and 2160p

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 to https://github.com/muxinc/mux-player-swift
    • Replace any import statements: import MuxAVPlayerSDK to import MuxPlayerSwift

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.

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, call stopMonitoring on AVPlayerViewController to stop monitoring manually.

Was this page helpful?