muxinc / mux-stats-sdk-avplayer

Mux integration with `AVPlayer` for iOS Native Applications
Apache License 2.0
43 stars 21 forks source link

Tear down time observer #191

Closed andrewjl-mux closed 11 months ago

andrewjl-mux commented 1 year ago

Removing the timeObserver from the wrong AVPlayer instance may result in a crash.

Cleanup timeObserver references and add additional checks to guard against this

andrewjl-mux commented 11 months ago

192