Post

Replies

Boosts

Views

Activity

Reply to AVPlayer not working on XCode 14.3
I am also suffering from this issue. It is a serious impediment to development.
Replies
Boosts
Views
Activity
Jul ’23
Reply to When playing video Content : KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECTS_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED
I had this crash, but when I checked I had two cleanup paths. This led to the player and playerItem being deallocated before playerItem?.removeObserver or player?.removeObserver were called in deinit, hence the observers were not being removed.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’21