For some users in production, there's a high probability that after launching the App, using AVPlayer to play any local audio resources results in the following error. Restarting the App doesn't help.
issue:
[error: Error Domain=AVFoundationErrorDomain Code=-11800 "这项操作无法完成" UserInfo={NSLocalizedFailureReason=发生未知错误(24), NSLocalizedDescription=这项操作无法完成, NSUnderlyingError=0x30311f270 {Error Domain=NSPOSIXErrorDomain Code=24 "Too many open files"}}
I've checked the code, and there aren't actually multiple AVPlayers playing simultaneously. What could be causing this?
Post
Replies
Boosts
Views
Activity
HI
In the App Store version, some users experienced no sound when playing local audio.
Looking at the logs, we found the following two main problems
1、readyToPlay to Play time exceeds 10s
2、avplayer the operation could not be completed
Anyone with relevant experience, please answer.
ThankYou!