You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHImageManager provides either an AVAsset or an AVPlayItem for a video request from user's photo library. This issue does not occur when working with an AVPlayerItem.
The text was updated successfully, but these errors were encountered:
Player
stopped working when set up with anAVAsset
downloaded from user's iCloud photo library usingPHImageManager
:Related posts:
Swift AVAsset downloading from iCloud has no permission on iOS 14: error Code=257
Request AVAsset using iCloud PHAsset returns an AVAsset with no VideoTracks
Solution
Set up
Player
with anAVPlayerItem
.PHImageManager
provides either anAVAsset
or anAVPlayItem
for a video request from user's photo library. This issue does not occur when working with anAVPlayerItem
.The text was updated successfully, but these errors were encountered: