Tags: muxinc/mux-player-swift
Tags
v1.0.0 (#45) * feat: HLS proxy server and URLCache integration (#24) * test: add additional ui for testing * use URLCache built-in as storage * chore: add basic ABR observation * chore: extract manifest processing to separate class, log cache size and segment size * chore: rename playlist parsing to reflect technical definitions and purpose (including tests) (#27) * test: account for percent encoding when checking URLs in query params --------- Co-authored-by: Christian Pillsbury <cjpillsbury@gmail.com> * chore: emit SDK diagnostics into unified logging system (#30) * fix: Add basic cmaf support. (#31) * fix: invert API for the smart cache (#32) * fix: add extra percent encoding to avoid origen url truncation (#37) * fix: cache error fallback (#38) * build: update Data SDK
feat: support all MuxCore overrides and set default values (#9) * feat: support all MuxCore overrides * fix: set player software name and version * feat: support environment key override via MonitoringOptions * fix: remove binding from bindings dictionary * build: use v3.3.2 MUXSDKStats, fixes Xcode warning * fix: pass nil for playback ID inference